]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix `Converts` misspelling 11548/head
authorJosh Friend <josh.friend@daveramsey.com>
Fri, 19 Oct 2018 14:30:11 +0000 (09:30 -0500)
committerGitHub <noreply@github.com>
Fri, 19 Oct 2018 14:30:11 +0000 (09:30 -0500)
scss/util/_breakpoint.scss

index 897db233244256441143dc765f806b6d72a7bcb1..d4db8e9f77c4184b99d84b8634daead69bf249be 100644 (file)
@@ -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 `<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.