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:
authorraphaelz <r.zedzian@gmail.com>2012-02-07 11:11:25 +0400
committerraphaelz <r.zedzian@gmail.com>2012-02-07 11:11:25 +0400
commit3722bb9a88e95b37ded12cb40a67ac396ce140fd (patch)
treefda87c3ec94a8a4b034b64e06d730fbac71cbf25 /js/README.md
parentc8c4d5b3925b033723a3f589db9c579b37ca5ceb (diff)
Grammatical changes have been made as suggested by @cvrebert for issue #1787.
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 b58fa1d407..3aa09c960f 100644
--- a/js/README.md
+++ b/js/README.md
@@ -37,7 +37,7 @@ All methods should accept an optional options object, a string which targets a p
Options should be sparse and add universal value. We should pick the right defaults.
-All plugins should have a default object which can be modified to effect all instance's default options. The defaults object should be available via `$.fn.plugin.defaults`.
+All plugins should have a default object which can be modified to affect all instances' default options. The defaults object should be available via `$.fn.plugin.defaults`.
$.fn.modal.defaults = { … }
@@ -64,7 +64,7 @@ All events should have an infinitive and past participle form. The infinitive is
### CONSTRUCTORS
-Each plugin should expose it's raw constructor on a `Constructor` property -- accessed in the following way:
+Each plugin should expose its raw constructor on a `Constructor` property -- accessed in the following way:
$.fn.popover.Constructor