From 460573d8290f0fd6847e85616906797c2a55e7da Mon Sep 17 00:00:00 2001 From: Wing-Hou Chan Date: Fri, 9 May 2014 19:26:07 +0100 Subject: [PATCH] Fix spelling error --- doc/includes/grid/examples_grid_column_mixin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/includes/grid/examples_grid_column_mixin.html b/doc/includes/grid/examples_grid_column_mixin.html index 1bf7e6683..c9f243bb1 100644 --- a/doc/includes/grid/examples_grid_column_mixin.html +++ b/doc/includes/grid/examples_grid_column_mixin.html @@ -4,7 +4,7 @@ @include grid-column( // Control the number of columns $columns:4, - // Specify whethere or not this is the last column in the row + // Specify whether or not this is the last column in the row $last-column:true, // Choose whether or not to center this column $center:true, @@ -21,4 +21,4 @@ ); } ``` -{{/markdown}} \ No newline at end of file +{{/markdown}} -- 2.47.2