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

Commit b7e42e2

Browse files
trotylwardbell
authored andcommitted
docs(ngmodule): Fix typo
closes #2073
1 parent d412470 commit b7e42e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/ngmodule.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ a#root_module
8080
This `AppModule` is about as minimal as it gets:
8181
+makeExample('ngmodule/ts/app/app.module.0.ts', '', 'app/app.module.ts (minimal)')(format=".")
8282
:marked
83-
The `@NgModel` decorator defines the metadata for the module.
83+
The `@NgModule` decorator defines the metadata for the module.
8484
We'll take an intuitive approach to understanding the metadata and fill in details as we go.
8585

8686
This metadata imports a single helper module, `BrowserModule`, the module every browser app must import.

0 commit comments

Comments
 (0)