]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
button-groups.html: fix grammar: "in on" => "on"
authorChris Rebert <github@rebertia.com>
Wed, 11 Jun 2014 01:09:30 +0000 (18:09 -0700)
committerChris Rebert <github@rebertia.com>
Wed, 11 Jun 2014 01:09:30 +0000 (18:09 -0700)
docs/_includes/components/button-groups.html

index 16463ee33d1dcdef743c20522a223c798c0463f8..018d66ed5c2ec8165aa55157b25a7105a7a68c28 100644 (file)
   </div>
   <div class="bs-callout bs-callout-warning">
     <h4>IE8 and borders</h4>
-    <p>Internet Explorer 8 doesn't render borders in on buttons in a justified button group, whether it's on <code>&lt;a&gt;</code> or <code>&lt;button&gt;</code> elements. To get around that, wrap each button in another <code>.btn-group</code>.</p>
+    <p>Internet Explorer 8 doesn't render borders on buttons in a justified button group, whether it's on <code>&lt;a&gt;</code> or <code>&lt;button&gt;</code> elements. To get around that, wrap each button in another <code>.btn-group</code>.</p>
     <p>See <a href="https://github.com/twbs/bootstrap/issues/12476">#12476</a> for more information.</p>
   </div>