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

Commit 7972ecc

Browse files
fmalcherwardbell
authored andcommitted
docs(ngModule): fixed typos
closes #2143
1 parent 0a63108 commit 7972ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ a#hero-module
762762
+makeExample('ngmodule/ts/app/hero/hero.module.3.ts', 'class', 'app/hero/hero.module.ts (class)')(format='.')
763763
:marked
764764
It imports the `FormsModule` because the `HeroDetailComponent` template binds with `[(ngModel)]`.
765-
It imports a `routing` object from `hero.routing.ts` just as `ContractModule` and `CrisisModule` do.
765+
It imports a `routing` object from `hero.routing.ts` just as `ContactModule` and `CrisisModule` do.
766766

767767
The `CrisisModule` is much the same. There's nothing more to say that's new.
768768

@@ -785,7 +785,7 @@ a#shared-module
785785
* move the `UserService` and `TitleComponent` from `app/` to `app/shared`
786786
* delete the `HighlightDirective` classes from `app/` and `app/hero`
787787
* create a `SharedModule` class to own the shared material
788-
* updata all other modules to import `SharedModule`
788+
* update all other modules to import `SharedModule`
789789

790790
Most of this is familiar blocking and tackling.
791791
.l-sub-section

0 commit comments

Comments
 (0)