From: msmichellegar Date: Wed, 26 Jul 2017 13:36:17 +0000 (+0100) Subject: fix typo in anchor-text-decoration docs X-Git-Tag: v6.4.2-rc2~1^2^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10466%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix typo in anchor-text-decoration docs --- diff --git a/scss/typography/_base.scss b/scss/typography/_base.scss index 394614e80..f35ae7692 100644 --- a/scss/typography/_base.scss +++ b/scss/typography/_base.scss @@ -147,7 +147,7 @@ $anchor-color: $primary-color !default; /// @type Color $anchor-color-hover: scale-color($anchor-color, $lightness: -14%) !default; -/// Default text deocration for links. +/// Default text decoration for links. /// @type String $anchor-text-decoration: none !default;