From ad6b7746b875317f5e48dc6fe94ddf4e97e888eb Mon Sep 17 00:00:00 2001 From: David Ollerhead Date: Fri, 28 Mar 2014 16:37:46 +0000 Subject: [PATCH] Correcting Progress Bar Typo --- doc/includes/examples_progress_variables.html | 4 ++-- scss/foundation/_settings.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/includes/examples_progress_variables.html b/doc/includes/examples_progress_variables.html index e22dd39d6..9672005d2 100644 --- a/doc/includes/examples_progress_variables.html +++ b/doc/includes/examples_progress_variables.html @@ -2,7 +2,7 @@ ```scss $include-html-media-classes: $include-html-classes; -// We use this to se the prog bar height +// We use this to set the prog bar height $progress-bar-height: rem-calc(25); $progress-bar-color: transparent; @@ -22,4 +22,4 @@ $progress-meter-secondary-color: $secondary-color; $progress-meter-success-color: $success-color; $progress-meter-alert-color: $alert-color; ``` -{{/markdown}} \ No newline at end of file +{{/markdown}} diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index 0a6197e44..5b7b0d453 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -852,7 +852,7 @@ // $include-html-media-classes: $include-html-classes; -// We use this to se the prog bar height +// We use this to set the prog bar height // $progress-bar-height: rem-calc(25); // $progress-bar-color: #f6f6f6 ; -- 2.47.2