Update MIGRATION.md

This commit is contained in:
Yann Braga 2022-08-25 13:51:38 +02:00 committed by GitHub
parent 93cb458488
commit 80cd327b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,7 +256,7 @@ import type { StoryFn } from '@storybook/react';
export const MyStory: StoryFn = () => <div />;
```
This change was done to improve the experience of writing CSF3 stories, which the recommended way of writing stories in 7.0.:
This change was done to improve the experience of writing CSF3 stories, which is the recommended way of writing stories in 7.0:
```js
import type { Story } from '@storybook/react';