From: Chris Rebert Date: Wed, 11 Jun 2014 01:09:30 +0000 (-0700) Subject: button-groups.html: fix grammar: "in on" => "on" X-Git-Tag: v3.2.0~91^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff7e8d5054b95951541cbc01ee58cb46b753f597;p=thirdparty%2Fbootstrap.git button-groups.html: fix grammar: "in on" => "on" --- diff --git a/docs/_includes/components/button-groups.html b/docs/_includes/components/button-groups.html index 16463ee33d..018d66ed5c 100644 --- a/docs/_includes/components/button-groups.html +++ b/docs/_includes/components/button-groups.html @@ -194,7 +194,7 @@

IE8 and borders

-

Internet Explorer 8 doesn't render borders in on buttons in a justified button group, whether it's on <a> or <button> elements. To get around that, wrap each button in another .btn-group.

+

Internet Explorer 8 doesn't render borders on buttons in a justified button group, whether it's on <a> or <button> elements. To get around that, wrap each button in another .btn-group.

See #12476 for more information.