aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-12-06 16:29:56 -0800
committerMark Otto <[email protected]>2015-12-06 16:29:56 -0800
commitdb0f2df59c0aaab6d3d333bde0e2802cad4ab19c (patch)
tree67d85432d4fad9244755e4b0f5e5c60da2ea44f7
parent239befe16b478d9709d97289ada132a4d218ba7b (diff)
parent191c82dc38882cd15565f266209dd1b3c4864f7e (diff)
downloadbootstrap-db0f2df59c0aaab6d3d333bde0e2802cad4ab19c.tar.xz
bootstrap-db0f2df59c0aaab6d3d333bde0e2802cad4ab19c.zip
Merge pull request #18426 from twbs/label-reboot-comment-grammar
Fix grammar of comment for <label> in Reboot
-rw-r--r--scss/_reboot.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index ba389b36d..c4caaa4c3 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;
}