Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2011-12-21 06:02:47 +0400
committerJacob Thornton <jacobthornton@gmail.com>2011-12-21 06:02:47 +0400
commit1ef5fa7d6b4e50230c0c12919b0a06a9a2ac07f1 (patch)
tree72a3b02a1755096a9737451dea3030f0da65197d /js/README.md
parent7df0d1c7d18a72f401094d08afa4eaa9142fe511 (diff)
giant refactor - all spec passing again...
Diffstat (limited to 'js/README.md')
-rw-r--r--js/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/README.md b/js/README.md
index 2eef9e7357..107dd15281 100644
--- a/js/README.md
+++ b/js/README.md
@@ -21,7 +21,7 @@ To target a specific plugin, just include the plugins name as a namespace along
We also believe you should be able to use all plugins provided by Bootstrap purely through the JS API.
-All public APIs should be a single, chainable method, and return the collection acted upon.
+All public APIs should be single, chainable methods, and return the collection acted upon.
$(".btn.danger").button("toggle").addClass("fat")
@@ -73,7 +73,7 @@ examples:
// control other targets
data-toggle="modal" data-target="#foo"
- data-toggle="collapse" data-target="#foo" data-parent="#foo"
+ data-toggle="collapse" data-target="#foo" data-parent="#bar"
// defined on element they control
data-spy="scroll"