From a1312dc45cba903a93f570c4f02c876dcd96e438 Mon Sep 17 00:00:00 2001 From: Timo Heddes <timo.heddes@gmail.com> Date: Fri, 13 Oct 2023 18:17:47 +0200 Subject: [PATCH] chore: text fix --- .../src/components/NavAccordion/NavAccordion.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<StoryProps> = { 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' },