Update MIGRATION.md

This commit is contained in:
Jason Seegmiller 2020-03-05 17:36:46 -07:00 committed by GitHub
parent 1e2ab41dab
commit 6c517ec3c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,7 +147,7 @@ Although these were private APIs, if you were using them, you could probably use
You can no longer add decorators and parameters globally after you added your first story, and you can no longer add decorators and parameters to a kind after you've added your first story to it.
It unclear and confusing what happened if you did. If you want to disable a decorator for certain stories, use a parameter to do so:
It's unclear and confusing what would happened if you did. If you want to disable a decorator for certain stories, use a parameter to do so:
```js
export StoryOne = ...;