From 4b3633f048f6aad21c2f568efbd19e7359042c36 Mon Sep 17 00:00:00 2001 From: Olivier Date: Sat, 13 Jan 2018 10:46:22 +0100 Subject: [PATCH] Fix typo --- src/components/layout/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/README.md b/src/components/layout/README.md index b5c715b9268..5765aed5e30 100755 --- a/src/components/layout/README.md +++ b/src/components/layout/README.md @@ -374,7 +374,7 @@ Includes support for 1 through 12 across all five grid tiers. ``` ### Offsetting columns -You can offset grid columns in two ways: our responsive `offset-*` props orthe +You can offset grid columns in two ways: our responsive `offset-*` props or the [margin](/docs/reference/spacing) utility classes. Grid `offset-*` props are sized to match columns while margins utility classes are more useful for quick layouts where the width of the offset is variable.