From 78c18954a86fb81e29eabdace2659ab4ee3a521a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 23 Apr 2015 16:27:03 -0700 Subject: [PATCH] _reboot.scss: fix typo in comment --- scss/_reboot.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }