Skip to content

Commit

Permalink
Update spellings in xy-grid.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pulekies committed Jul 25, 2017
1 parent 1d213ff commit 5994f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/xy-grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 5994f44

Please sign in to comment.