diff options
| author | Jan Clarin <[email protected]> | 2018-01-31 00:22:14 -0800 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-01-31 10:22:14 +0200 |
| commit | 87e5fa1184ded892a8ea5cedcf436e2633cd5e49 (patch) | |
| tree | d4109d269df0e0a9584f739cc71b11d9fb6c8740 /docs/4.0/layout/grid.md | |
| parent | 8adb533fe16f973d68eb6b2d06cb8be9474c6ce9 (diff) | |
| download | bootstrap-87e5fa1184ded892a8ea5cedcf436e2633cd5e49.tar.xz bootstrap-87e5fa1184ded892a8ea5cedcf436e2633cd5e49.zip | |
Clarify stacked-to-horizontal in layout/grid.md (#25520)
- Fixes typo with "with at" in "horizontal with at the small breakpoint"
Diffstat (limited to 'docs/4.0/layout/grid.md')
| -rw-r--r-- | docs/4.0/layout/grid.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 320872849..6a7a771bb 100644 --- a/docs/4.0/layout/grid.md +++ b/docs/4.0/layout/grid.md @@ -272,7 +272,7 @@ For grids that are the same from the smallest of devices to the largest, use the ### Stacked to horizontal -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`). +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`). <div class="bd-example-row"> {% example html %} |
