From a3d6ec87c030dfad58f5abc1f4899a40714b870f Mon Sep 17 00:00:00 2001 From: bkfarnsworth Date: Sat, 7 Oct 2023 18:53:10 -0600 Subject: [PATCH] Update my-component-story-basic-and-props.js.mdx --- docs/snippets/react/my-component-story-basic-and-props.js.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snippets/react/my-component-story-basic-and-props.js.mdx b/docs/snippets/react/my-component-story-basic-and-props.js.mdx index c1e3bc64d80f..8d63bbf2ed9f 100644 --- a/docs/snippets/react/my-component-story-basic-and-props.js.mdx +++ b/docs/snippets/react/my-component-story-basic-and-props.js.mdx @@ -1,5 +1,5 @@ ```js -// MyComponent.story.js|jsx +// MyComponent.stories.js|jsx import { MyComponent } from './MyComponent';