aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-03 21:50:03 -0800
committerMark Otto <[email protected]>2014-03-03 21:50:03 -0800
commit2ece8dd33616bc2e7f753d108810df7eeac7c3a9 (patch)
tree88376b4fca645a8c2fa6267d301d92c0bf639919 /docs/javascript.html
parentb22f064c2ee38dbd84635d91b8a809a8923f5bfd (diff)
parente381635b1faf7480bcf54618804a62dd4a049a93 (diff)
downloadbootstrap-2ece8dd33616bc2e7f753d108810df7eeac7c3a9.tar.xz
bootstrap-2ece8dd33616bc2e7f753d108810df7eeac7c3a9.zip
Merge branch 'master' into rtl_via_css_flip
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 cc125d832..bf5944fcb 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -65,7 +65,7 @@ $.fn.bootstrapBtn = bootstrapButton // give $().bootstrapBtn the Boot
{% endhighlight %}
<h3 id="js-events">Events</h3>
- <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>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 triggered 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 %}