From 7293df9f7ab40afc615f69af51819a0fe7cec327 Mon Sep 17 00:00:00 2001 From: tvrtko Date: Sat, 28 Nov 2015 16:32:48 +0100 Subject: [PATCH] fix #7283 - documentation for sass grid-column() --- docs/pages/grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.47.2