Merge pull request #1358 from formido/patch-1

Fix pointer to Button definition location
This commit is contained in:
Michael Shilman 2017-06-26 15:15:58 +10:00 committed by GitHub
commit 6b87d3d66c

View File

@ -64,7 +64,7 @@ const Welcome = props =>
You can also edit those components and see changes right away.
<br />
(Try editing the <InlineCode>Button</InlineCode> component
located at <InlineCode>src/stories/Button.js</InlineCode>.)
located at <InlineCode>src/stories/index.js</InlineCode>.)
</p>
<p>
Usually we create stories with smaller UI components in the app.<br />