You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: docs/applying-storybook.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ It's as easy as running `yarn storybook` to boot up a dedicated localhost to see
22
22
23
23
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.
24
24
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.
26
26
27
27
The stories file will reside with each component. So the base folder structure in `src` will look like this:
0 commit comments