]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #11257 from datatypevoid/spelling-corrections for v6.5.0
authorDavid Newman <david.r.niciforovic@gmail.com>
Sat, 16 Jun 2018 08:16:56 +0000 (10:16 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 16 Jun 2018 21:02:24 +0000 (23:02 +0200)
7ef759818 docs: add spacing between words
38df69abe docs: spelling corrections

Co-Authored-By: David Niciforovic <david.r.niciforovic@gmail.com>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
scss/typography/_base.scss
scss/typography/_helpers.scss

index 000bd335444f352253d13502075936acbfa2bbac..09b78dfb4b19f6f65d5a124be2944d557534907f 100644 (file)
@@ -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;
index f34ac03ac4c1b7077c845411d7aa9c4afbacd86f..8157836d2ed17af81786abe659ab6e2c1c8d19d3 100644 (file)
@@ -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;