From c093390c22848d54369c7a288bd31b827b21d22c Mon Sep 17 00:00:00 2001 From: Issei Horie Date: Sun, 22 Sep 2019 20:15:07 +0900 Subject: [PATCH] docs: fix typo in upgrade guide (#32807) PR Close #32807 --- aio/content/guide/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/upgrade.md b/aio/content/guide/upgrade.md index cb015eb1a9..a1c145672d 100644 --- a/aio/content/guide/upgrade.md +++ b/aio/content/guide/upgrade.md @@ -1709,7 +1709,7 @@ Create a new `app.component.ts` file with the following `AppComponent` class: -It has a simple template that only includes the `. +It has a simple template that only includes the ``. This component just renders the contents of the active route and nothing else. The selector tells Angular to plug this root component into the ``