Skip to content

Commit

Permalink
Merge branch 'master' of github.com:storybooks/storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Dec 12, 2018
2 parents fec1f39 + 7f2127b commit fc150d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/info/README.md
Expand Up @@ -17,7 +17,7 @@ npm i -D @storybook/addon-info

## Basic usage

Then, add `withInfo` as a decarator to your book of stories.
Then, add `withInfo` as a decorator to your book of stories.
It is possible to add `info` by default to all or a subsection of stories by using a global or story decorator.

It is important to declare this decorator as **the first decorator**, otherwise it won't work well.
Expand Down

0 comments on commit fc150d4

Please sign in to comment.