From: Gijs Boddeus Date: Sat, 11 Nov 2017 11:10:47 +0000 (+0100) Subject: fix typo grid.md (#24757) X-Git-Tag: v4.0.0-beta.3~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7a2689a31295b31ce3dd4194af727765b0fe91d;p=thirdparty%2Fbootstrap.git fix typo grid.md (#24757) fixes #24744 --- diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 9e81dd9139..b29689c0c7 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 %}