diff --git a/packages/react-aria-components/docs/Switch.mdx b/packages/react-aria-components/docs/Switch.mdx index a2f81ed94a2..a6a630746ac 100644 --- a/packages/react-aria-components/docs/Switch.mdx +++ b/packages/react-aria-components/docs/Switch.mdx @@ -195,7 +195,7 @@ function Example() { return ( <> - Low power mode + Low power mode

{selected ? 'Low' : 'High'} power mode active.

);