diff --git a/aio/content/tutorial/toh-pt5.md b/aio/content/tutorial/toh-pt5.md index 4aecfdb042..312dd8c585 100644 --- a/aio/content/tutorial/toh-pt5.md +++ b/aio/content/tutorial/toh-pt5.md @@ -180,7 +180,7 @@ Open the `AppComponent` template replace the `` element with a `` because you will only display the `HeroesComponent` when the user navigates to it. -之所以移除 `` 是因为当用户进行导航时,你不再仅仅显示 `HeroesComponent`。 +之所以移除 ``,是因为只有当用户导航到这里时,才需要显示 `HeroesComponent`。 The `` tells the router where to display routed views.