]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: spelling corrections
authorDavid Niciforovic <david.r.niciforovic@gmail.com>
Sun, 13 May 2018 11:04:15 +0000 (07:04 -0400)
committerDavid Niciforovic <david.r.niciforovic@gmail.com>
Sun, 13 May 2018 11:04:15 +0000 (07:04 -0400)
scss/typography/_base.scss
scss/typography/_helpers.scss

index ddcdf700478aa4100af219fa33a46763a6e597b1..8ea58c9df313794e3af5c6b4bafe2cae12e5de95 100644 (file)
@@ -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;
     }
index ce26b10b5a78ca901957da39057e3b08a196994c..b2c8dd4e90b0bd16cc4729682b3275324aadb730 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;