From b1f71e5292017aca978fabb74d256989e1eeea07 Mon Sep 17 00:00:00 2001
From: Chris Rebert <github@rebertia.com>
Date: Sun, 9 Mar 2014 21:35:48 -0700
Subject: [PATCH] fix grammar in comment in forms.less

---
 less/forms.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/less/forms.less b/less/forms.less
index b16cf1ae8d..de17d1c82c 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -427,7 +427,7 @@ input[type="checkbox"],
 
   // Consistent vertical alignment of radios and checkboxes
   //
-  // Labels also get some reset styles, but that is scope to a media query below.
+  // Labels also get some reset styles, but that is scoped to a media query below.
   .radio,
   .checkbox,
   .radio-inline,
-- 
GitLab