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.