Skip to content

Commit 93990ff

Browse files
docs(applying-storybook): fix typo
1 parent 105c9df commit 93990ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/applying-storybook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A Storybook "story" is an instance of a component in a certain state or with cer
2222

2323
Each component will only need one file containing all the stories, and should follow the naming convention of the component.
2424

25-
So for the component `ExpandableCard.tsx`, the stories file will be names `ExpandableCard.stories.tsx`.
25+
So for the component `ExpandableCard.tsx`, the stories file will be named `ExpandableCard.stories.tsx`.
2626

2727
The stories file will reside with each component. So the base folder structure in `src` will look like this:
2828

0 commit comments

Comments
 (0)