Skip to content

Commit

Permalink
Merge pull request #9958 from EmmanuelDemey/patch-3
Browse files Browse the repository at this point in the history
fix: remove useless \ in the documentation
  • Loading branch information
shilman committed Mar 14, 2020
1 parent b2dd766 commit 9e43656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/docs/docs/recipes.md
Expand Up @@ -58,7 +58,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 title="Demo/Button" component={Button} />
Expand Down

0 comments on commit 9e43656

Please sign in to comment.