Skip to content

Commit 3443bd1

Browse files
authored
Typo Update applying-storybook.md
The word "on" should be "one." The corrected sentence is: There may be some exceptions, but generally each component should have only one story file. Corrected.
1 parent 6bcd149 commit 3443bd1

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 @@ It's as easy as running `yarn storybook` to boot up a dedicated localhost to see
2222
2323
A Storybook "story" is an instance of a component in a certain state or with certain parameters applied to show an alternative version of the component.
2424

25-
There may be some exceptions, but generally each component should have only on story file.
25+
There may be some exceptions, but generally each component should have only one story file.
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)