From 525ef77f247f4b320826ac6e81906abbf0f07b28 Mon Sep 17 00:00:00 2001 From: kmcfaul <45077788+kmcfaul@users.noreply.github.com> Date: Tue, 16 Jul 2024 20:57:30 -0400 Subject: [PATCH] Update packages/react-core/src/components/Page/examples/PageWithOrWithoutFill.tsx Co-authored-by: Michael Coker <35148959+mcoker@users.noreply.github.com> --- .../src/components/Page/examples/PageWithOrWithoutFill.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-core/src/components/Page/examples/PageWithOrWithoutFill.tsx b/packages/react-core/src/components/Page/examples/PageWithOrWithoutFill.tsx index 811ef4f286f..9893532c0a0 100644 --- a/packages/react-core/src/components/Page/examples/PageWithOrWithoutFill.tsx +++ b/packages/react-core/src/components/Page/examples/PageWithOrWithoutFill.tsx @@ -65,7 +65,7 @@ export const PageWithOrWithoutFill: React.FunctionComponent = () => { This section fills the available space. - This section is set to not fill the available space. + A default page section ); };