Skip to content

Commit a065109

Browse files
joshwhatkncoden
authored andcommitted
Use pull request #11548 from joshwhatk/fix-converts-misspelling for v6.5.0
044ce5b Fix `Converts` misspelling Signed-off-by: Nicolas Coden <[email protected]>
1 parent 8471766 commit a065109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/util/_breakpoint.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ $breakpoint-classes: (small medium large) !default;
178178
$-zf-size: $old-zf-size !global;
179179
}
180180

181-
/// 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.
181+
/// 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.
182182
/// @access private
183183
///
184184
/// @param {Map} $map - Map to convert.

0 commit comments

Comments
 (0)