]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update spellings in xy-grid.md 10464/head
authorAndrew Kies <pulekies@gmail.com>
Tue, 25 Jul 2017 22:46:14 +0000 (16:46 -0600)
committerAndrew Kies <pulekies@gmail.com>
Tue, 25 Jul 2017 22:46:14 +0000 (16:46 -0600)
docs/pages/xy-grid.md

index 6be0a49ccbd113151e26be17a87de9149fcd2a73..858ce7405a762fb00306baec3780fa2f49d7bd12 100644 (file)
@@ -31,7 +31,7 @@ If you're using the CSS version of Foundation, you can generate a <a href="https
 @include foundation-xy-grid-classes;
 ```
 
-Note `foundation-xy-grid-classes` accepts arguements to enable/disable individual grid components. Simply set the arguement to `false` to disable output of those classes.
+Note `foundation-xy-grid-classes` accepts arguments to enable/disable individual grid components. Simply set the argument to `false` to disable output of those classes.
 These are:
 
 ```
@@ -391,7 +391,7 @@ The cell size calculator can also be accessed as a function. This gives you the
 ### Responsive Grids
 
 Pair `xy-cell` with the `breakpoint()` mixin to make your grid responsive.
-Refer to the Sass documentation below to learn how each mixin works and the available arguements.
+Refer to the Sass documentation below to learn how each mixin works and the available arguments.
 
 ```scss
 .main-content {