From 7b97109bcaf8b7a10a917201cbfb847590c0e99b Mon Sep 17 00:00:00 2001 From: IllusionPerdu Date: Mon, 16 Jan 2017 19:36:33 +0100 Subject: [PATCH] Some typo's/English change --- 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 033f69af2..dfea489c0 100644 --- a/docs/pages/grid.md +++ b/docs/pages/grid.md @@ -15,7 +15,7 @@ Start by adding an element with a class of `.row`. This will create a horizontal **Foundation is mobile-first.** Code for small screens first, and larger devices will inherit those styles. Customize for larger screens as necessary.
-

By defaut `.column` have 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