From 409c10a801d860f23fc91bfc17c124c6d9acd755 Mon Sep 17 00:00:00 2001 From: Zach Green Date: Fri, 4 May 2018 15:03:09 -0400 Subject: [PATCH] Change WithNotes to withNotes in using-addons docs --- docs/src/pages/addons/using-addons/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/addons/using-addons/index.md b/docs/src/pages/addons/using-addons/index.md index 153cd6e49ac6..95051649448f 100644 --- a/docs/src/pages/addons/using-addons/index.md +++ b/docs/src/pages/addons/using-addons/index.md @@ -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';