Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 9e02edd

Browse files
jvandemoFoxandxss
authored andcommitted
docs(ngmodule-faq): fix typo (#3053)
1 parent 07b8e2b commit 9e02edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/cookbook/ngmodule-faq.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ a#q-browser-vs-common-module
169169
`BrowserModule` provides services that are essential to launch and run a browser app.
170170

171171
`BrowserModule` also re-exports `CommonModule` from `@angular/common`
172-
which means that component in the `AppModule` module also have access to
172+
which means that components in the `AppModule` module also have access to
173173
the Angular directives every app needs such as `NgIf` and `NgFor`.
174174

175175
_Do not import_ `BrowserModule` in any other module.

0 commit comments

Comments
 (0)