From ee149dd169bedfc54533aea93fa33d4466c4d2e5 Mon Sep 17 00:00:00 2001 From: bkfarnsworth Date: Sat, 7 Oct 2023 18:53:51 -0600 Subject: [PATCH] Update my-component-story-basic-and-props.ts.mdx --- docs/snippets/react/my-component-story-basic-and-props.ts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snippets/react/my-component-story-basic-and-props.ts.mdx b/docs/snippets/react/my-component-story-basic-and-props.ts.mdx index ee42d9ce9fd2..f93e8cb280f3 100644 --- a/docs/snippets/react/my-component-story-basic-and-props.ts.mdx +++ b/docs/snippets/react/my-component-story-basic-and-props.ts.mdx @@ -1,5 +1,5 @@ ```tsx -// MyComponent.story.ts|tsx +// MyComponent.stories.ts|tsx import type { Meta, StoryObj } from '@storybook/react';