Skip to content

Commit

Permalink
Typo fix (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryhouse authored and arunoda committed Jan 29, 2017
1 parent eefcd1e commit d36054d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/react-storybook/basics/exporting-storybook.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
Then run \`npm run storybook\`.
This will build the storybook configured in the Storybook directory into a static webpack and place it inside the \`.out\` directory.
Now you can deploy the content of the inside \`.out\` directory wherever you want.
Now you can deploy the content in the \`.out\` directory wherever you want.
To test it locally, simply run the following commands:
Expand Down

0 comments on commit d36054d

Please sign in to comment.