From f79265300e74dce1e37996359ee38004094f265b Mon Sep 17 00:00:00 2001 From: Fabrice Francois Date: Wed, 10 Jan 2024 05:21:49 -0500 Subject: [PATCH] lint story documentation --- src/components/switch/switch.stories.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/switch/switch.stories.tsx b/src/components/switch/switch.stories.tsx index 1aaec9eb8..539c7e467 100644 --- a/src/components/switch/switch.stories.tsx +++ b/src/components/switch/switch.stories.tsx @@ -18,7 +18,7 @@ const meta: Meta = { type Story = StoryObj; /** - * `Spinner` used as an uncontrolled component + * `Switch` used as an uncontrolled component */ export const Uncontrolled: Story = { args: { @@ -30,7 +30,7 @@ export const Uncontrolled: Story = { }; /** - * Controlled usage of the `Spinner` component + * Controlled usage of the `Switch` component */ export const Controlled: Story = { decorators: [