Tweaked Welcome message and snapshot to fix the build

This commit is contained in:
Michael Shilman 2017-06-26 15:28:03 +10:00
parent 6b87d3d66c
commit 8e6df76a2e
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -79,11 +79,11 @@ exports[`Storyshots Welcome to Storybook 1`] = `
>
Button
</code>
component located at
stories located at
<code
className="css-mteq83"
>
src/stories/Button.js
src/stories/index.js
</code>
.)
</p>