From 191c82dc38882cd15565f266209dd1b3c4864f7e Mon Sep 17 00:00:00 2001
From: Chris Rebert <github@chrisrebert.com>
Date: Fri, 4 Dec 2015 01:46:45 -0800
Subject: [PATCH] Fix grammar of comment for <label> in Reboot

---
 scss/_reboot.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 585adc3c66..2102b2e54c 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -259,7 +259,7 @@ th {
 //
 
 label {
-  // Allow labels can use `margin` for spacing.
+  // Allow labels to use `margin` for spacing.
   display: inline-block;
   margin-bottom: .5rem;
 }
-- 
GitLab