Skip to content

Commit

Permalink
docs: fix english
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and alexeagle committed Sep 6, 2018
1 parent 0341e56 commit b4d135a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Scaffold | Usage



angular-cli will add reference to `components`, `directives` and `pipes` automatically in the `app.module.ts`. If you need to add this references to another custom module, follow this steps:
angular-cli will add reference to `components`, `directives` and `pipes` automatically in the `app.module.ts`. If you need to add this references to another custom module, follow these steps:

1. `ng g module new-module` to create a new module
2. call `ng g component new-module/new-component`
Expand Down

0 comments on commit b4d135a

Please sign in to comment.