Skip to content

Commit

Permalink
Merge pull request #12421 from wibron/patch-1/fix-typo
Browse files Browse the repository at this point in the history
docs: fix typo in migration docs
  • Loading branch information
shilman committed Sep 10, 2020
2 parents 1aeb9a3 + 312b82d commit 1e9bf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION.md
Expand Up @@ -172,7 +172,7 @@ Basic.decorators = [ ... ];
2. Similar to React's `displayName`, `propTypes`, `defaultProps` annotations
3. We're introducing a new feature, [Storybook Args](https://docs.google.com/document/d/1Mhp1UFRCKCsN8pjlfPdz8ZdisgjNXeMXpXvGoALjxYM/edit?usp=sharing), where the new syntax will be significantly more ergonomic

To help you upgrade your stories, we've crated a codemod:
To help you upgrade your stories, we've created a codemod:

```
npx @storybook/cli@next migrate csf-hoist-story-annotations --glob="**/*.stories.js"
Expand Down

0 comments on commit 1e9bf8e

Please sign in to comment.