Skip to content

Commit

Permalink
'webpack' should be written in lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Dec 27, 2017
1 parent 4d2332b commit fdcbfad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/pages/basics/guide-angular/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ You may have tried to use our quick start guide to setup your project for Storyb
## Starter Guide Angular

Storybook has its own Webpack setup and a dev server.
The Webpack setup is very similar to [Angular CLI](https://cli.angular.io), but allows you to [configure it however you want](/configurations/custom-webpack-config/).
Storybook has its own webpack setup and a dev server.
The webpack setup is very similar to [Angular CLI](https://cli.angular.io), but allows you to [configure it however you want](/configurations/custom-webpack-config/).

In this guide, we are trying to set up Storybook for your Angular project.

Expand Down Expand Up @@ -113,4 +113,4 @@ npm run storybook
```

Now you can change components and write stories whenever you need to.
You'll get those changes into Storybook in a snap with the help of Webpack's HMR API.
You'll get those changes into Storybook in a snap with the help of webpack's HMR API.

0 comments on commit fdcbfad

Please sign in to comment.