Skip to content

Commit

Permalink
Merge pull request #3530 from zgreen/patch-1
Browse files Browse the repository at this point in the history
Change WithNotes to withNotes in using-addons docs
  • Loading branch information
Hypnosphi committed May 5, 2018
1 parent 1b0c0ff commit 0976bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/addons/using-addons/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Now when you are writing a story it like this and add some notes:
```js
import { storiesOf } from '@storybook/react';
import { action } from '@storybook/addon-actions';
import { WithNotes } from '@storybook/addon-notes';
import { withNotes } from '@storybook/addon-notes';

import Button from './Button';

Expand Down

0 comments on commit 0976bc7

Please sign in to comment.