diff --git a/docs/src/pages/guides/guide-angular/index.md b/docs/src/pages/guides/guide-angular/index.md index 9cd931db07a3..699967947daa 100644 --- a/docs/src/pages/guides/guide-angular/index.md +++ b/docs/src/pages/guides/guide-angular/index.md @@ -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'], }; ```