]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
trivial docs grammar improvements
authorChris Rebert <code@rebertia.com>
Sun, 4 Aug 2013 07:06:56 +0000 (00:06 -0700)
committerChris Rebert <code@rebertia.com>
Sun, 4 Aug 2013 07:06:56 +0000 (00:06 -0700)
components.html
javascript.html

index 7b0f0d0ed24c4edb78600ba3bb355e3a5779b6d3..289034060ef1942f5f55c4293c6be3274639b9f4 100644 (file)
@@ -246,7 +246,7 @@ base_url: "../"
     </div>
 
     <h3 id="btn-dropdowns-single">Single button dropdowns</h3>
-    <p>Turn a button into dropdown toggle with some basic markup changes.</p>
+    <p>Turn a button into dropdown toggle with some basic markup changes.</p>
     <div class="bs-example">
       <div class="btn-toolbar" style="margin-bottom: 10px;">
         <div class="btn-group">
index ff1aced13ccb767c25e30148e9428190e58e2377..f7102f93f23f097a4c6671428ac6a0cd02406de3 100644 (file)
@@ -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 %}