From: David Niciforovic Date: Sun, 13 May 2018 11:04:15 +0000 (-0400) Subject: docs: spelling corrections X-Git-Tag: v6.6.0~3^2~192^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38df69abe;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: spelling corrections --- diff --git a/scss/typography/_base.scss b/scss/typography/_base.scss index ddcdf7004..8ea58c9df 100644 --- a/scss/typography/_base.scss +++ b/scss/typography/_base.scss @@ -432,7 +432,7 @@ $abbr-underline: 1px dotted $black !default; // Inline Citations @if ($enable-cite-block == true) { cite { - // Extending a class is not recommanded. + // Extending a class is not recommended. // TODO: Break the typography-base/typography-helpers separation @extend .cite-block; } diff --git a/scss/typography/_helpers.scss b/scss/typography/_helpers.scss index ce26b10b5..b2c8dd4e9 100644 --- a/scss/typography/_helpers.scss +++ b/scss/typography/_helpers.scss @@ -26,7 +26,7 @@ $subheader-color: $dark-gray !default; /// @type String $subheader-font-weight: $global-weight-normal !default; -/// Default top margin for subhheaders. +/// Default top margin for subheaders. /// @type Number $subheader-margin-top: 0.2rem !default;