Skip to content

Commit

Permalink
fix #7283 - documentation for sass grid-column()
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrtko committed Nov 28, 2015
1 parent 683f230 commit 7293df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/grid.md
Expand Up @@ -433,7 +433,7 @@ Use the `grid-row()` mixin to create a row.

### Columns

Use the `grid-column()` mixin to create a row. There are a number of ways to define the width of the column.
Use the `grid-column()` mixin to create a column. There are a number of ways to define the width of the column.

```scss
.main-content {
Expand Down

0 comments on commit 7293df9

Please sign in to comment.