From 0ea85728d175c29525b15c5ab45355d115d62bc6 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 1 Dec 2015 00:07:49 -0800 Subject: [PATCH] button-groups.less: Grammar OCD comment [ci skip] --- less/button-groups.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/button-groups.less b/less/button-groups.less index 7bbefede88..16db0c6135 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -59,7 +59,7 @@ .border-right-radius(0); } } -// Need .dropdown-toggle since :last-child doesn't apply, given a .dropdown-menu is used immediately after it +// Need .dropdown-toggle since :last-child doesn't apply, given that a .dropdown-menu is used immediately after it .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { .border-left-radius(0); -- 2.47.2