From de3b357302942f2fc53f78c66389332cb0f33eff Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Thu, 28 Apr 2016 18:26:27 +0200 Subject: [PATCH] Fix grid-column-row parameter in doc --- scss/grid/_column.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/grid/_column.scss b/scss/grid/_column.scss index e09ac0c93..88b35ea3f 100644 --- a/scss/grid/_column.scss +++ b/scss/grid/_column.scss @@ -75,7 +75,7 @@ /// Creates a grid column row. This is the equivalent of adding `.row` and `.column` to the same element. /// -/// @param {Mixed} $gutter [$grid-column-gutter] - Width of the gutters on either side of the column row. Refer to the `grid-column-gutter()` function to see possible values. +/// @param {Mixed} $gutters [$grid-column-gutter] - Width of the gutters on either side of the column row. Refer to the `grid-column-gutter()` function to see possible values. @mixin grid-column-row( $gutters: $grid-column-gutter ) { -- 2.47.2