From: Josh Friend Date: Fri, 19 Oct 2018 14:30:11 +0000 (-0500) Subject: Fix `Converts` misspelling X-Git-Tag: v6.6.0~3^2~81^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=044ce5b3e;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix `Converts` misspelling --- 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.