mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 05:11:07 +08:00
Fix typo
This commit is contained in:
parent
0d9b0f9735
commit
8877757299
@ -60,7 +60,7 @@ import { SomeComponent } from 'path/to/SomeComponent';
|
||||
|
||||
# Button
|
||||
|
||||
I can embed a story (but not define one, since this file should not contain a `Meta`):
|
||||
I can define a story with the function imported from CSF:
|
||||
|
||||
<Story name="basic">{stories.basic}</Story>
|
||||
|
||||
|
@ -5,6 +5,6 @@ import * as stories from './csf-with-mdx-docs.stories';
|
||||
|
||||
# Button
|
||||
|
||||
I can define a story with the function defined in CSF!
|
||||
I can define a story with the function imported from CSF:
|
||||
|
||||
<Story name="basic">{stories.basic}</Story>
|
||||
|
Loading…
x
Reference in New Issue
Block a user