From b09df151df0dceafd91e0ed822cc0014bff0106d Mon Sep 17 00:00:00 2001 From: Lloyd Hobden Date: Sat, 30 Aug 2014 09:15:06 +0100 Subject: [PATCH] Fix typos in settings comments --- scss/foundation/_settings.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index 597105074..8cb167f61 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -705,7 +705,7 @@ $include-html-global-classes: $include-html-classes; // We use this to control the list items // $inline-list-display: block; -// We use this to control any elments within list items +// We use this to control any elements within list items // $inline-list-children-display: block; // 14. Joyride @@ -721,7 +721,7 @@ $include-html-global-classes: $include-html-classes; // $joyride-tip-radius: 4px; // $joyride-tip-position-offset: 22px; -// Here, we're setting the tip dont styles +// Here, we're setting the tip font styles // $joyride-tip-font-color: $white; // $joyride-tip-font-size: rem-calc(14); // $joyride-tip-header-weight: $font-weight-bold; @@ -1042,7 +1042,7 @@ $include-html-global-classes: $include-html-classes; // $include-html-range-slider-classes: $include-html-classes; -// These variabels define the slider bar styles +// These variables define the slider bar styles // $range-slider-bar-width: 100%; // $range-slider-bar-height: rem-calc(16); @@ -1057,7 +1057,7 @@ $include-html-global-classes: $include-html-classes; // $range-slider-vertical-bar-width: rem-calc(16); // $range-slider-vertical-bar-height: rem-calc(200); -// These variabels define the slider handle styles +// These variables define the slider handle styles // $range-slider-handle-width: rem-calc(32); // $range-slider-handle-height: rem-calc(22); // $range-slider-handle-position-top: rem-calc(-5); -- 2.47.2