docs: fix typo in routing section of Tour of Heroes (#29961)

PR Close #29961
This commit is contained in:
Kenny Schank 2019-04-17 10:46:23 -06:00 committed by Ben Lesh
parent f730c72318
commit ceea0b418c
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ configure it with the `routes` in one step by calling
## Add _RouterOutlet_ ## Add _RouterOutlet_
Open the `AppComponent` template replace the `<app-heroes>` element with a `<router-outlet>` element. Open the `AppComponent` template and replace the `<app-heroes>` element with a `<router-outlet>` element.
<code-example path="toh-pt5/src/app/app.component.html" <code-example path="toh-pt5/src/app/app.component.html"
region="outlet" region="outlet"