diff --git a/packages/core/src/components/grid/readme.md b/packages/core/src/components/grid/readme.md index ec817ac450..ab8874f262 100644 --- a/packages/core/src/components/grid/readme.md +++ b/packages/core/src/components/grid/readme.md @@ -34,9 +34,7 @@ using Sass. ## How it works The grid is a mobile-first system made up of any number of rows and columns. -It is built with flexbox making it extremely responsive. The components that -make up the grid can be written as an element (e.g., ``) or added as -an attribute to any element (e.g., `
`). +It is built with flexbox making it extremely responsive. Here's how it works: