diff options
| author | Chris Rebert <[email protected]> | 2015-04-23 16:27:03 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-04-23 16:27:03 -0700 |
| commit | 78c18954a86fb81e29eabdace2659ab4ee3a521a (patch) | |
| tree | 8e2a8781ed154c313c9bf529a09870e614e00a0a | |
| parent | ed319e3178c95cbaa3a6ef30ab49981b6676a903 (diff) | |
| download | bootstrap-78c18954a86fb81e29eabdace2659ab4ee3a521a.tar.xz bootstrap-78c18954a86fb81e29eabdace2659ab4ee3a521a.zip | |
_reboot.scss: fix typo in comment
| -rw-r--r-- | scss/_reboot.scss | 2 |
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; } |
