From 47b3b3dbba7b4e310214146e48c8f9f173bda4e2 Mon Sep 17 00:00:00 2001 From: zhibinr Date: Mon, 26 Sep 2016 11:13:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=BC=E5=BC=8F=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/tutorial/toh-pt5.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt5.jade b/public/docs/ts/latest/tutorial/toh-pt5.jade index 2bc441ede9..664aed039f 100644 --- a/public/docs/ts/latest/tutorial/toh-pt5.jade +++ b/public/docs/ts/latest/tutorial/toh-pt5.jade @@ -444,7 +444,7 @@ block router-config-intro The router displays each component immediately below the `` as we navigate through the application. 我们必须***告诉它位置***,所以我们把``标签添加到模板的底部。 - `RouterOutlet`是`!{_RouterModuleVsRouterDirectives}`提供的指令之一`。 + `RouterOutlet`是`!{_RouterModuleVsRouterDirectives}`提供的指令之一。 当我们在应用中导航时,路由器就把激活的组件显示在``里面。 ### Router Links