diff --git a/.changeset/six-yaks-shave.md b/.changeset/six-yaks-shave.md new file mode 100644 index 00000000000..387d6a78f9a --- /dev/null +++ b/.changeset/six-yaks-shave.md @@ -0,0 +1,5 @@ +--- +'@shopify/polaris': patch +--- + +Updated Page titleMetadata documentation diff --git a/polaris-react/src/components/Page/components/Header/components/Title/Title.tsx b/polaris-react/src/components/Page/components/Header/components/Title/Title.tsx index 0887a0f871e..00d6149a5c8 100644 --- a/polaris-react/src/components/Page/components/Header/components/Title/Title.tsx +++ b/polaris-react/src/components/Page/components/Header/components/Title/Title.tsx @@ -10,7 +10,7 @@ export interface TitleProps { title?: string; /** Page subtitle, in regular type */ subtitle?: string; - /** Important and non-interactive status information shown immediately after the title. */ + /** Important status information shown immediately after the title. */ titleMetadata?: React.ReactNode; /** Removes spacing between title and subtitle */ compactTitle?: boolean;