]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: fix typo in Media Query warning about required CSS 11382/head
authorNicolas Coden <nicolas@ncoden.fr>
Thu, 5 Jul 2018 20:02:01 +0000 (22:02 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Thu, 5 Jul 2018 20:02:01 +0000 (22:02 +0200)
docs/pages/media-queries.md

index 43917d315d6441e8cc17473e41b95f518dfac45a..cdb045df28ac5626ab1a64f75f689e3ac9d327ec 100644 (file)
@@ -188,7 +188,7 @@ This can be used to combine multiple media queries together.
 The Foundation JavaScript includes a set of helper functions for working with media queries. They're all on the `Foundation.MediaQuery` object.
 
 <div class="callout warning">
-  The MediaQuery utility uses the Sass breakpoints settings and require the Foundation CSS to be imported. For Sass users, you need to include either `foundation-everything()` or `foundation-global-styles()`.
+  The MediaQuery utility uses the Sass breakpoint settings and requires the Foundation CSS to be imported. For Sass users, you need to include either `foundation-everything()` or `foundation-global-styles()`.
 </div>
 
 Get the name of the current breakpoint with `MediaQuery.current`.