Skip to content

Commit

Permalink
PageLayout: Fix containerWidth default value in docs (#2211)
Browse files Browse the repository at this point in the history
The default value for the `containerWidth` prop is `xlarge`, but the docs incorrectly say it's `full`.
  • Loading branch information
colebemis authored Aug 2, 2022
1 parent 77e7ab0 commit b78170c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/PageLayout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ See [storybook](https://primer.style/react/storybook?path=/story/layout-pagelayo
| 'medium'
| 'large'
| 'xlarge'`}
defaultValue="'full'"
defaultValue="'xlarge'"
description="The maximum width of the page container."
/>
<PropsTableRow
Expand Down

0 comments on commit b78170c

Please sign in to comment.