From bb515e2f4f03cf86cb861702242bde619793c340 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Wed, 20 Jun 2018 09:03:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BF=BB=E8=AF=91=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/tutorial/toh-pt5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.