diff --git a/packages/libs/react-ui/src/components/NavAccordion/NavAccordion.stories.tsx b/packages/libs/react-ui/src/components/NavAccordion/NavAccordion.stories.tsx index 640a0d690f..fcbbc9e13f 100644 --- a/packages/libs/react-ui/src/components/NavAccordion/NavAccordion.stories.tsx +++ b/packages/libs/react-ui/src/components/NavAccordion/NavAccordion.stories.tsx @@ -37,7 +37,7 @@ const meta: Meta = { darkMode: { control: { type: 'boolean' }, description: - 'By default the footer switches colors in dark/light mode. This prop allows you to override that behavior and always show dark mode.', + 'By default, the component switches colors in dark/light mode. This prop allows you to override that behavior and always show dark mode.', table: { defaultValue: { summary: 'false' }, type: { summary: 'boolean' },