aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-18 17:17:53 -0800
committerChris Rebert <[email protected]>2014-01-18 17:17:53 -0800
commit20772462df9c44a838c87c2e1b2dc89b9059e9e4 (patch)
tree29cde8d10d389a099ce62bb24afd3b881ecad9b0 /docs/javascript.html
parent0be0090983d3582f1a1876f42218b62cd6f7120e (diff)
downloadbootstrap-20772462df9c44a838c87c2e1b2dc89b9059e9e4.tar.xz
bootstrap-20772462df9c44a838c87c2e1b2dc89b9059e9e4.zip
grammar: fix plural possessive
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 516c1afbc..323f1f684 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -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 %}