From 5a7037f9957aa6fc03485637f9a2c1bd89ecaf76 Mon Sep 17 00:00:00 2001 From: jonmunson Date: Mon, 19 Jan 2015 21:24:43 +0000 Subject: [PATCH] Fix comment spelling mistake Line 9 - "components" --- scss/foundation/_functions.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/foundation/_functions.scss b/scss/foundation/_functions.scss index 10bcb794b..9572a77ad 100644 --- a/scss/foundation/_functions.scss +++ b/scss/foundation/_functions.scss @@ -6,7 +6,7 @@ $rem-base: 16px !default; // IMPORT ONCE -// We use this to prevent styles from being loaded multiple times for compenents that rely on other components. +// We use this to prevent styles from being loaded multiple times for components that rely on other components. $modules: () !default; @mixin exports($name) { // Import from global scope -- 2.47.2