From: David Newman Date: Sat, 16 Jun 2018 08:16:56 +0000 (+0200) Subject: Use pull request #11257 from datatypevoid/spelling-corrections for v6.5.0 X-Git-Tag: v6.5.0-rc.1^2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=678ab4c1a0d126290a0ef3c49e596e16de0d5678;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use pull request #11257 from datatypevoid/spelling-corrections for v6.5.0 7ef759818 docs: add spacing between words 38df69abe docs: spelling corrections Co-Authored-By: David Niciforovic Signed-off-by: Nicolas Coden --- diff --git a/scss/typography/_base.scss b/scss/typography/_base.scss index 000bd3354..09b78dfb4 100644 --- a/scss/typography/_base.scss +++ b/scss/typography/_base.scss @@ -79,7 +79,7 @@ $header-styles: ( @each $size, $headers in $header-sizes { $header-map: (); @each $header, $font-size in $headers { - $header-map: map-merge($header-map, ($header: ('font-size': $font-size))); + $header-map: map-merge($header-map, ($header: ('font-size': $font-size))); } $header-styles: map-merge($header-styles, ($size: $header-map)); } @@ -479,7 +479,7 @@ $abbr-underline: 1px dotted $black !default; figure { margin: 0; } - + // Code code { padding: $code-padding; diff --git a/scss/typography/_helpers.scss b/scss/typography/_helpers.scss index f34ac03ac..8157836d2 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;