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:
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"