docs: fix typo in upgrade guide (#32807)

PR Close #32807
This commit is contained in:
Issei Horie 2019-09-22 20:15:07 +09:00 committed by Andrew Kushnir
parent 32b6c2285e
commit c093390c22
1 changed files with 1 additions and 1 deletions

View File

@ -1709,7 +1709,7 @@ Create a new `app.component.ts` file with the following `AppComponent` class:
<code-example path="upgrade-phonecat-3-final/app/app.component.ts" header="app/app.component.ts">
</code-example>
It has a simple template that only includes the `<router-outlet>.
It has a simple template that only includes the `<router-outlet>`.
This component just renders the contents of the active route and nothing else.
The selector tells Angular to plug this root component into the `<phonecat-app>`