docs(ngmodule-faq): fix typo (#3053)

This commit is contained in:
Jurgen Van de Moere 2016-12-30 18:24:56 +01:00 committed by Jesús Rodríguez
parent 07b8e2bbf1
commit 9e02eddac5

View File

@ -169,7 +169,7 @@ a#q-browser-vs-common-module
`BrowserModule` provides services that are essential to launch and run a browser app.
`BrowserModule` also re-exports `CommonModule` from `@angular/common`
which means that component in the `AppModule` module also have access to
which means that components in the `AppModule` module also have access to
the Angular directives every app needs such as `NgIf` and `NgFor`.
_Do not import_ `BrowserModule` in any other module.