docs(ngmodule): Fix typo

closes #2073
This commit is contained in:
Trotyl Yu 2016-08-10 10:00:08 +08:00 committed by Ward Bell
parent d412470b38
commit b7e42e2d32
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ a#root_module
This `AppModule` is about as minimal as it gets:
+makeExample('ngmodule/ts/app/app.module.0.ts', '', 'app/app.module.ts (minimal)')(format=".")
:marked
The `@NgModel` decorator defines the metadata for the module.
The `@NgModule` decorator defines the metadata for the module.
We'll take an intuitive approach to understanding the metadata and fill in details as we go.
This metadata imports a single helper module, `BrowserModule`, the module every browser app must import.