diff --git a/packages/react/src/components/Grid/Grid.mdx b/packages/react/src/components/Grid/Grid.mdx index 7f1114768793..7502c150a446 100644 --- a/packages/react/src/components/Grid/Grid.mdx +++ b/packages/react/src/components/Grid/Grid.mdx @@ -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.