aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-04-23 16:27:03 -0700
committerChris Rebert <[email protected]>2015-04-23 16:27:03 -0700
commit78c18954a86fb81e29eabdace2659ab4ee3a521a (patch)
tree8e2a8781ed154c313c9bf529a09870e614e00a0a
parented319e3178c95cbaa3a6ef30ab49981b6676a903 (diff)
downloadbootstrap-78c18954a86fb81e29eabdace2659ab4ee3a521a.tar.xz
bootstrap-78c18954a86fb81e29eabdace2659ab4ee3a521a.zip
_reboot.scss: fix typo in comment
-rw-r--r--scss/_reboot.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index dd03174f3..16e9603f3 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -243,7 +243,7 @@ textarea {
margin: 0;
// Normalize includes `font: inherit;`, so `font-family`. `font-size`, etc are
// properly inherited. However, `line-height` isn't addressed there. Using this
- // ensures we don't need to unnessarily redeclare the global font stack.
+ // ensures we don't need to unnecessarily redeclare the global font stack.
line-height: inherit;
}