From e1420c739a73ca55a1b241de1134b71bdb81b8e8 Mon Sep 17 00:00:00 2001 From: Gijs Boddeus Date: Sat, 11 Nov 2017 01:01:43 +0100 Subject: [PATCH] fix typo grid.md fixes 24744 --- docs/4.0/layout/grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 9e81dd913976..b29689c0c7f5 100644 --- a/docs/4.0/layout/grid.md +++ b/docs/4.0/layout/grid.md @@ -478,7 +478,7 @@ If more than 12 columns are placed within a single row, each group of extra colu ### Column breaks -Breaking columns to a new line in flexbox requires a small hack: add an element with `width: 100%` wherever you want to wrap your columns to a new line. Normally this is accomplished with multiple `.row`s, but not ever implementation method can account for this. +Breaking columns to a new line in flexbox requires a small hack: add an element with `width: 100%` wherever you want to wrap your columns to a new line. Normally this is accomplished with multiple `.row`s, but not every implementation method can account for this.
{% example html %}