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

Commit 47b51da

Browse files
timofeysieFoxandxss
authored andcommitted
docs(toh-pt6,guide): fix a grammatical error (#2594)
1 parent 19a9e35 commit 47b51da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ h3#merge-hero-routes Import hero module into AppModule
11821182
We imported the `HeroesModule` and added it to our `AppModule`'s `imports`.
11831183

11841184
We removed the `HeroListComponent` from the `AppModule`'s `declarations` because its being provided by the `HeroesModule`
1185-
now. This is important because their can be only **one** owner for a declared component. In our case, the `Heroes` module is
1185+
now. This is important because there can be only **one** owner for a declared component. In our case, the `Heroes` module is
11861186
the owner of the `Heroes` components and is making them available to the `AppModule`.
11871187

11881188
.l-sub-section

0 commit comments

Comments
 (0)