From: Andrew France
Date: Tue, 6 Jun 2017 14:11:27 +0000 (+0200)
Subject: Fix internal link on grid page
X-Git-Tag: v6.4.0~1^2~4^2
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10144%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git
Fix internal link on grid page
---
diff --git a/docs/pages/grid.md b/docs/pages/grid.md
index 453fc29ba..c9b260a5b 100644
--- a/docs/pages/grid.md
+++ b/docs/pages/grid.md
@@ -20,7 +20,7 @@ Start by adding an element with a class of `.row`. This will create a horizontal
-
By default `.column` has an alias `.columns` (see the `$grid-column-alias` option) —the only difference is grammar.
+
By default `.column` has an alias `.columns` (see the `$grid-column-alias` option) —the only difference is grammar.
Disabling the alias can reduce the Foundation CSS file size from 3 to 5%. It is recommended if the alias is not used.