From 044ce5b3e95e26d15c24ff0c2e2b47a6ea8bc7f8 Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Fri, 19 Oct 2018 09:30:11 -0500 Subject: [PATCH] Fix `Converts` misspelling --- scss/util/_breakpoint.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/util/_breakpoint.scss b/scss/util/_breakpoint.scss index 897db2332..d4db8e9f7 100644 --- a/scss/util/_breakpoint.scss +++ b/scss/util/_breakpoint.scss @@ -185,7 +185,7 @@ $breakpoint-classes: (small medium large) !default; } } -/// Convers the breakpoints map to a URL-encoded string, like this: `key1=value1&key2=value2`. The value is then dropped into the CSS for a special `` tag, which is read by the Foundation JavaScript. This is how we transfer values from Sass to JavaScript, so they can be defined in one place. +/// Converts the breakpoints map to a URL-encoded string, like this: `key1=value1&key2=value2`. The value is then dropped into the CSS for a special `` tag, which is read by the Foundation JavaScript. This is how we transfer values from Sass to JavaScript, so they can be defined in one place. /// @access private /// /// @param {Map} $map - Map to convert. -- 2.47.2