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