From: Michel Sabchuk Date: Fri, 5 Feb 2016 13:10:32 +0000 (-0200) Subject: Typo fix in components/_callout.scss X-Git-Tag: v6.2.0-rc.1~35^2~4^2^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8093%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Typo fix in components/_callout.scss --- diff --git a/scss/components/_callout.scss b/scss/components/_callout.scss index 487343cad..b19c639e5 100644 --- a/scss/components/_callout.scss +++ b/scss/components/_callout.scss @@ -14,7 +14,7 @@ $callout-background: $white !default; /// @type Number $callout-background-fade: 85% !default; -/// Defualt border style for callouts. +/// Default border style for callouts. /// @type List $callout-border: 1px solid rgba($black, 0.25) !default;