]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix grid-column-row parameter in doc 8528/head
authorNicolas Coden <nicos.coden@neuf.fr>
Thu, 28 Apr 2016 16:26:27 +0000 (18:26 +0200)
committerNicolas Coden <nicos.coden@neuf.fr>
Thu, 28 Apr 2016 16:26:27 +0000 (18:26 +0200)
scss/grid/_column.scss

index e09ac0c93d6dace0b78d134477794703ba354ee7..88b35ea3f407d90f84558e523c9529043cc96067 100644 (file)
@@ -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
 ) {