aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-04-25 23:53:25 -0700
committerMark Otto <[email protected]>2015-04-25 23:53:25 -0700
commite815696dacf5fa33e0f75c3b3f433ad90e3e417a (patch)
treeed53fdaae2d66828dd3d857816a08d4e65726ea4 /scss
parent3117c98f13af2124bed8523275cd83d4afd4edc6 (diff)
parent20543d546202de8fbad13c7d0ab4a1fc19cd13b5 (diff)
downloadbootstrap-e815696dacf5fa33e0f75c3b3f433ad90e3e417a.tar.xz
bootstrap-e815696dacf5fa33e0f75c3b3f433ad90e3e417a.zip
Merge branch 'v4' of https://github.com/twbs/derpstrap into v4
Diffstat (limited to 'scss')
-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;
}