0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

_reboot.scss: fix typo in comment

This commit is contained in:
Chris Rebert 2015-04-23 16:27:03 -07:00
parent ed319e3178
commit 78c18954a8

View File

@ -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;
}