From: Chris Rebert Date: Tue, 1 Dec 2015 08:07:49 +0000 (-0800) Subject: button-groups.less: Grammar OCD comment X-Git-Tag: v3.3.7~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ea85728d175c29525b15c5ab45355d115d62bc6;p=thirdparty%2Fbootstrap.git button-groups.less: Grammar OCD comment [ci skip] --- 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);