From f20f67b97a1141d753d7c0c856807a697dbf772b Mon Sep 17 00:00:00 2001 From: solimant Date: Wed, 27 Oct 2021 17:06:19 -0700 Subject: [PATCH] Fix typo in comment --- docs/snippets/react/my-component-story-with-nonstory.js.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/snippets/react/my-component-story-with-nonstory.js.mdx b/docs/snippets/react/my-component-story-with-nonstory.js.mdx index 5cd1a4a71ab..9e98c4eab30 100644 --- a/docs/snippets/react/my-component-story-with-nonstory.js.mdx +++ b/docs/snippets/react/my-component-story-with-nonstory.js.mdx @@ -1,5 +1,5 @@ ```js -// MyComponent.stories.js | MyComponent.stories.jsx | MyComponent.stories.jsx | MyComponent.stories.tsx +// MyComponent.stories.js | MyComponent.stories.jsx | MyComponent.stories.ts | MyComponent.stories.tsx import React from 'react'; @@ -19,4 +19,4 @@ export const complexData = { foo: 1, foobar: { bar: 'baz', baz: someData } }; export const SimpleStory = () => ; export const ComplexStory = () => ; -``` \ No newline at end of file +```