From ba8503d9b185c88d2ca13b4fc3b131155aac3e25 Mon Sep 17 00:00:00 2001 From: Yang Lin Date: Sun, 6 Nov 2016 15:17:58 +0800 Subject: [PATCH] typo --- public/docs/ts/latest/tutorial/toh-pt5.jade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt5.jade b/public/docs/ts/latest/tutorial/toh-pt5.jade index 7251567b9a..bd6c24d038 100644 --- a/public/docs/ts/latest/tutorial/toh-pt5.jade +++ b/public/docs/ts/latest/tutorial/toh-pt5.jade @@ -553,7 +553,7 @@ block routerLink :marked #### !{_redirectTo} - #### 重定义 + #### 重定向 We want the app to show the dashboard when it starts and we want to see a nice URL in the browser address bar that says `/dashboard`. @@ -754,7 +754,7 @@ code-example(language="html"). Certainly not the last one; we can't embed an entire hero object in the URL! Nor would we want to. 显然,在我们的任何一个路由场景中它都无法工作。 - 特别是最后一个需求,我们也没法把一个完整的hero对象嵌入到URL中!不过我们本来也不想这样。 + 特别是最后一个需求,我们无法将一个完整的hero对象嵌入到URL中!不过我们本来也不想这样。 ### Parameterized route @@ -802,7 +802,7 @@ code-example(format=''). :marked We're finished with the application routes. - 我们已经完成了该应用的路由。 + 我们已经完成了本应用的路由。 We won't add a `'Hero Detail'` link to the template because users