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
Copy file name to clipboardExpand all lines: docs/applying-storybook.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ It's as easy as running `yarn storybook` to boot up a dedicated localhost to see
18
18
19
19
## Setting up a component's stories
20
20
21
-
A Storybook "story" is an instance of a component in a certain state or with certain paramaters applied to show an alternative version of the component.
21
+
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.
22
22
23
23
Each component will only need one file containing all the stories, and should follow the naming convention of the component.
0 commit comments