]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix typo in anchor-text-decoration docs 10466/head
authormsmichellegar <msmichellegar@gmail.com>
Wed, 26 Jul 2017 13:36:17 +0000 (14:36 +0100)
committermsmichellegar <msmichellegar@gmail.com>
Wed, 26 Jul 2017 13:36:17 +0000 (14:36 +0100)
scss/typography/_base.scss

index 394614e80f9ca294cc430d3034b4267fe88ad954..f35ae7692670fdcfd0a11b0dc6c96dfe4b21443b 100644 (file)
@@ -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;