Skip to content

Commit

Permalink
Added missing = in angular guide
Browse files Browse the repository at this point in the history
L56 was missing an `=`, breaking `npm run storybook`
  • Loading branch information
johnWilshire committed Jan 22, 2020
1 parent 9aec650 commit 63ab6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/guide-angular/index.md
Expand Up @@ -53,7 +53,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 63ab6de

Please sign in to comment.