]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
grammar: fix plural possessive
authorChris Rebert <github@rebertia.com>
Sun, 19 Jan 2014 01:17:53 +0000 (17:17 -0800)
committerChris Rebert <github@rebertia.com>
Sun, 19 Jan 2014 01:17:53 +0000 (17:17 -0800)
docs/javascript.html

index 516c1afbce7dab12a66ae58ea7a7c2f492f4a3d7..323f1f684c8f85f80b88da9574fc80ea15491bc3 100644 (file)
@@ -60,7 +60,7 @@ $.fn.bootstrapBtn = bootstrapButton            // give $().bootstrapBtn the Boot
 {% endhighlight %}
 
   <h3 id="js-events">Events</h3>
-  <p>Bootstrap provides custom events for most plugin's unique actions. Generally, these come in an infinitive and past participle form - where the infinitive (ex. <code>show</code>) is triggered at the start of an event, and its past participle form (ex. <code>shown</code>) is trigger on the completion of an action.</p>
+  <p>Bootstrap provides custom events for most plugins' unique actions. Generally, these come in an infinitive and past participle form - where the infinitive (ex. <code>show</code>) is triggered at the start of an event, and its past participle form (ex. <code>shown</code>) is trigger on the completion of an action.</p>
   <p>As of 3.0.0, all Bootstrap events are namespaced.</p>
   <p>All infinitive events provide <code>preventDefault</code> functionality. This provides the ability to stop the execution of an action before it starts.</p>
 {% highlight js %}