We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105c9df commit 93990ffCopy full SHA for 93990ff
docs/applying-storybook.md
@@ -22,7 +22,7 @@ A Storybook "story" is an instance of a component in a certain state or with cer
22
23
Each component will only need one file containing all the stories, and should follow the naming convention of the component.
24
25
-So for the component `ExpandableCard.tsx`, the stories file will be names `ExpandableCard.stories.tsx`.
+So for the component `ExpandableCard.tsx`, the stories file will be named `ExpandableCard.stories.tsx`.
26
27
The stories file will reside with each component. So the base folder structure in `src` will look like this:
28
0 commit comments