Skip to content

Commit

Permalink
Update addons/docs/docs/recipes.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Tom Coleman <[email protected]>
  • Loading branch information
shilman and tmeasday authored Oct 7, 2019
1 parent 0d9b0f9 commit 6fa7e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/docs/docs/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ basic.story = {

```md
import { Meta, Story } from '@storybook/addon-docs/blocks';
import \* as stories from './Button.stories.js';
import * as stories from './Button.stories.js';
import { SomeComponent } from 'path/to/SomeComponent';

<Meta {...stories.default} />
Expand Down

0 comments on commit 6fa7e26

Please sign in to comment.