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
+2-2Lines changed: 2 additions & 2 deletions
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.
24
24
@@ -91,4 +91,4 @@ export const Variants = () => (
91
91
)
92
92
```
93
93
94
-
As you go and make adjustments to the component itself or it's variant styles, Storybook will hot reload and those changes will appear in the stories that emphazise them.
94
+
As you go and make adjustments to the component itself or it's variant styles, Storybook will hot reload and those changes will appear in the stories that emphasize them.
0 commit comments