Skip to content

Commit cd18b6d

Browse files
committed
update wording
1 parent a938afd commit cd18b6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-core/src/components/Page/examples

packages/react-core/src/components/Page/examples/Page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To use a page header instead of passing a [masthead](/components/masthead) direc
3939

4040
`<PageFooter>` can be passed to the `footer` property, and should be used to wrap custom footer content.
4141

42-
When using a custom `<PageHeader>` and `<PageFooter>`, the `isPlain` flag should be passed to `<Page>`. This will remove styling on the main container, the height constraints on the page wrapper (so it can grow beyond the viewport), and removes the scroll management from the content section so the window will be what scrolls.
42+
When using a custom `<PageHeader>` and `<PageFooter>`, the `isPlain` flag should be passed to `<Page>`. This will remove styling on the main container, the height constraints on the page wrapper (so it can grow beyond the viewport), and remove the scroll management from the content section so the window will be what scrolls.
4343

4444
```ts file="./PageHeaderAndFooterContent.tsx"
4545

0 commit comments

Comments
 (0)