From 312b82daec0e83864053b877d2106fd6e96c2672 Mon Sep 17 00:00:00 2001 From: Patrik Wibron Date: Tue, 8 Sep 2020 15:37:11 +0200 Subject: [PATCH] docs: fix typo in migration docs --- MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index 82c7b1cd6c90..d5f79e26ec13 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -159,7 +159,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"