]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix typo grid.md (#24757)
authorGijs Boddeus <botje_gijs@hotmail.com>
Sat, 11 Nov 2017 11:10:47 +0000 (12:10 +0100)
committerAndres Galante <agalante@gmail.com>
Sat, 11 Nov 2017 11:10:47 +0000 (08:10 -0300)
fixes #24744

docs/4.0/layout/grid.md

index 9e81dd913976840c87e1980396bb2335a30d555b..b29689c0c7f5710c9157060d92e1b6392536381c 100644 (file)
@@ -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.
 
 <div class="bd-example-row">
 {% example html %}