From 264d17a55e815893c1cd0fdb4bc6ad209623310f Mon Sep 17 00:00:00 2001 From: Andrew France Date: Tue, 6 Jun 2017 16:11:27 +0200 Subject: [PATCH] Fix internal link on grid page --- 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 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.

-- 2.47.2