Skip to content

Commit 87e5fa1

Browse files
janclarinXhmikosR
authored andcommitted
Clarify stacked-to-horizontal in layout/grid.md (#25520)
- Fixes typo with "with at" in "horizontal with at the small breakpoint"
1 parent 8adb533 commit 87e5fa1

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
@@ -272,7 +272,7 @@ For grids that are the same from the smallest of devices to the largest, use the
272272

273273
### Stacked to horizontal
274274

275-
Using a single set of `.col-sm-*` classes, you can create a basic grid system that starts out stacked before becoming horizontal with at the small breakpoint (`sm`).
275+
Using a single set of `.col-sm-*` classes, you can create a basic grid system that starts out stacked and becomes horizontal at the small breakpoint (`sm`).
276276

277277
<div class="bd-example-row">
278278
{% example html %}

0 commit comments

Comments
 (0)