]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #11548 from joshwhatk/fix-converts-misspelling for v6.5.0
authorJosh Friend <josh.friend@daveramsey.com>
Sun, 21 Oct 2018 14:36:19 +0000 (16:36 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sun, 21 Oct 2018 14:36:19 +0000 (16:36 +0200)
044ce5b3e Fix `Converts` misspelling

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
scss/util/_breakpoint.scss

index 6fe99ce607b9e08de79aa72f9b2da94c549b2512..13e979f42c0de58dd4553939b2a32adabcfd8afa 100644 (file)
@@ -178,7 +178,7 @@ $breakpoint-classes: (small medium large) !default;
   $-zf-size: $old-zf-size !global;
 }
 
-/// 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 `<meta>` 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 `<meta>` 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.