aboutsummaryrefslogtreecommitdiff
path: root/javascript.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-04 00:06:56 -0700
committerChris Rebert <[email protected]>2013-08-04 00:06:56 -0700
commitb6390d298aa71e6dccb10e539097fbc7aaa45b8a (patch)
tree40c056c9f2ad57ec0a57558ebab8f2370c51bfce /javascript.html
parent509ffe110ecf78998a32e5603abedc79d526235d (diff)
downloadbootstrap-b6390d298aa71e6dccb10e539097fbc7aaa45b8a.tar.xz
bootstrap-b6390d298aa71e6dccb10e539097fbc7aaa45b8a.zip
trivial docs grammar improvements
Diffstat (limited to 'javascript.html')
-rw-r--r--javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html
index ff1aced13..f7102f93f 100644
--- a/javascript.html
+++ b/javascript.html
@@ -28,7 +28,7 @@ base_url: "../"
</div>
<h3 id="js-data-attrs">Data attributes</h3>
- <p>You can use all Bootstrap plugins purely through the markup API without writing a single line of JavaScript. This is Bootstrap's first class API and should be your first consideration when using a plugin.</p>
+ <p>You can use all Bootstrap plugins purely through the markup API without writing a single line of JavaScript. This is Bootstrap's first-class API and should be your first consideration when using a plugin.</p>
<p>That said, in some situations it may be desirable to turn this functionality off. Therefore, we also provide the ability to disable the data attribute API by unbinding all events on the document namespaced with <code>data-api</code>. This looks like this:
{% highlight js %}