From 83f4c76157332ab966efecee9b990e814ba61b7c Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Thu, 1 Jun 2017 21:24:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/router.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index 7a74f04ed9..8ee5911ac7 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -2689,7 +2689,7 @@ a#milestone-3-wrap-up * Pass information along in route parameters and subscribe to them in the component. - *通过路由参数传递信息,并在组件中订阅它们 + 通过路由参数传递信息,并在组件中订阅它们 * Import the feature area NgModule into the `AppModule`.