From: Jan Clarin Date: Wed, 31 Jan 2018 08:22:14 +0000 (-0800) Subject: Clarify stacked-to-horizontal in layout/grid.md (#25520) X-Git-Tag: v4.1.0~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87e5fa1184ded892a8ea5cedcf436e2633cd5e49;p=thirdparty%2Fbootstrap.git Clarify stacked-to-horizontal in layout/grid.md (#25520) - Fixes typo with "with at" in "horizontal with at the small breakpoint" --- diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 320872849f..6a7a771bbc 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`).
{% example html %}