aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-06-10 18:12:29 -0700
committerMark Otto <[email protected]>2014-06-10 18:12:29 -0700
commit9cdbf0e80702b9a6a772a2d4a81d8d94dbe1c0eb (patch)
treee4e326e0fee4d29ddc1fd56a020e6ef17478dc5f
parent9a51410fd37154e8b25937017bad4912fbf57d99 (diff)
parentff7e8d5054b95951541cbc01ee58cb46b753f597 (diff)
downloadbootstrap-9cdbf0e80702b9a6a772a2d4a81d8d94dbe1c0eb.tar.xz
bootstrap-9cdbf0e80702b9a6a772a2d4a81d8d94dbe1c0eb.zip
Merge branch 'master' of github.com:twbs/bootstrap
-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>