From cc911a0626e65e0b2551fe67770671bbed2fc43f Mon Sep 17 00:00:00 2001 From: Jan Clarin Date: Tue, 30 Jan 2018 22:36:35 -0800 Subject: [PATCH] Clarify stacked-to-horizontal in layout/grid.md - Fixes typo with "with at" in "horizontal with at the small breakpoint" --- docs/4.0/layout/grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 320872849f09..6a7a771bbc64 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 %}