Skip to content

Commit 4f180f8

Browse files
authored
Correct spelling
1 parent 7a1c508 commit 4f180f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/applying-storybook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It's as easy as running `yarn storybook` to boot up a dedicated localhost to see
1818

1919
## Setting up a component's stories
2020

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.
2222

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

@@ -91,4 +91,4 @@ export const Variants = () => (
9191
)
9292
```
9393

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

Comments
 (0)