Skip to content

Commit c7a2689

Browse files
gijsbotjeandresgalante
authored andcommitted
fix typo grid.md (#24757)
fixes #24744
1 parent b00ea05 commit c7a2689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4.0/layout/grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ If more than 12 columns are placed within a single row, each group of extra colu
478478

479479
### Column breaks
480480

481-
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.
481+
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.
482482

483483
<div class="bd-example-row">
484484
{% example html %}

0 commit comments

Comments
 (0)