From ff7e8d5054b95951541cbc01ee58cb46b753f597 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 10 Jun 2014 18:09:30 -0700 Subject: [PATCH] button-groups.html: fix grammar: "in on" => "on" --- docs/_includes/components/button-groups.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.47.2