From: tvrtko Date: Sat, 28 Nov 2015 15:32:48 +0000 (+0100) Subject: fix #7283 - documentation for sass grid-column() X-Git-Tag: v6.0.5~29^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7284%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix #7283 - documentation for sass grid-column() --- diff --git a/docs/pages/grid.md b/docs/pages/grid.md index da1c47311..75cf65627 100644 --- a/docs/pages/grid.md +++ b/docs/pages/grid.md @@ -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 {