From 4f164e793ab515c307435ebf9c89669a48bfe6a3 Mon Sep 17 00:00:00 2001 From: Michel Sabchuk Date: Fri, 5 Feb 2016 11:10:32 -0200 Subject: [PATCH] Typo fix in components/_callout.scss --- scss/components/_callout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2