aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-06-10 18:09:30 -0700
committerChris Rebert <[email protected]>2014-06-10 18:09:30 -0700
commitff7e8d5054b95951541cbc01ee58cb46b753f597 (patch)
treeeb6f3eccc124312add0f4529a69f7fcd8d18de42 /docs
parent8d8524e5946fbc72e15cd206423e5ff1b10d6b2f (diff)
downloadbootstrap-ff7e8d5054b95951541cbc01ee58cb46b753f597.tar.xz
bootstrap-ff7e8d5054b95951541cbc01ee58cb46b753f597.zip
button-groups.html: fix grammar: "in on" => "on"
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/components/button-groups.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/components/button-groups.html b/docs/_includes/components/button-groups.html
index 16463ee33..018d66ed5 100644
--- a/docs/_includes/components/button-groups.html
+++ b/docs/_includes/components/button-groups.html
@@ -194,7 +194,7 @@
</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>