Skip to content

Commit

Permalink
Merge branch 'master' of github.com:storybookjs/storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Feb 21, 2020
2 parents d7cd2f1 + 4a909c3 commit e0057ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/guide-ember/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ For a basic Storybook configuration, the only thing you need to do is tell Story
To do that, create a file at `.storybook/main.js` with the following content:

```js
module.exports {
module.exports = {
stories: ['../src/**/*.stories.[tj]s'],
};
```
Expand Down

0 comments on commit e0057ff

Please sign in to comment.