Skip to content

Commit

Permalink
docs(react): Fix typo in Grid.mdx (#11584)
Browse files Browse the repository at this point in the history
Fixes a typo in the React Grid component docs.

Co-authored-by: Josh Black <[email protected]>
  • Loading branch information
denniskigen and joshblack authored Jun 14, 2022
1 parent c8e989b commit 369aaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Grid/Grid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ In these situations, you can make use of the auto columns feature of the
breakpoint props, and it will automatically set each column to a percentage of
the total available width.

For example, if you have on `Column` component it would span 100%, two `Column`
For example, if you have one `Column` component it would span 100%, two `Column`
components would span 50% each, four `Column` components would span 25% each,
and so on.

Expand Down

0 comments on commit 369aaad

Please sign in to comment.