From: Chris Rebert Date: Thu, 23 Apr 2015 23:27:03 +0000 (-0700) Subject: _reboot.scss: fix typo in comment X-Git-Tag: v4.0.0-alpha~249^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78c18954a86fb81e29eabdace2659ab4ee3a521a;p=thirdparty%2Fbootstrap.git _reboot.scss: fix typo in comment --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index dd03174f34..16e9603f31 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; }