Skip to content

Commit

Permalink
Merge pull request #9913 from bzf/patch-3
Browse files Browse the repository at this point in the history
Update example main.js for Ember
  • Loading branch information
shilman authored Feb 20, 2020
2 parents 5708592 + a9cf827 commit 4a909c3
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 4a909c3

Please sign in to comment.