Skip to content

Commit

Permalink
Merge pull request #1359 from storybooks/fix-welcome-message
Browse files Browse the repository at this point in the history
Fixed welcome instructions
  • Loading branch information
shilman authored Jun 26, 2017
2 parents be77100 + 8e6df76 commit 4752119
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/react/src/demo/Welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ const Welcome = props =>
<br />
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>.)
(Try editing the <InlineCode>Button</InlineCode> stories
located at <InlineCode>src/stories/index.js</InlineCode>.)
</p>
<p>
Usually we create stories with smaller UI components in the app.<br />
Expand Down
4 changes: 2 additions & 2 deletions examples/test-cra/src/__snapshots__/storyshots.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4752119

Please sign in to comment.