Skip to content

Commit

Permalink
lint story documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricevladimir committed Jan 10, 2024
1 parent c0da901 commit f792653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/switch/switch.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const meta: Meta<typeof Switch> = {
type Story = StoryObj<typeof Switch>;

/**
* `Spinner` used as an uncontrolled component
* `Switch` used as an uncontrolled component
*/
export const Uncontrolled: Story = {
args: {
Expand All @@ -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: [
Expand Down

0 comments on commit f792653

Please sign in to comment.