From e40c0bae4b3db9ed7b843ea5ffb23a2a2bed8c37 Mon Sep 17 00:00:00 2001 From: GuoYuFei Date: Mon, 17 Dec 2018 18:26:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E4=B8=8E=E5=AF=BC=E8=88=AA=E7=AB=A0=E8=8A=82=E7=9A=84=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E5=BA=8F=E5=8F=B7=E5=8F=8A=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/router.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aio/content/guide/router.md b/aio/content/guide/router.md index 49f67d1fed..4fbf4be154 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -1836,7 +1836,7 @@ Here are the files discussed in this milestone. ## Milestone 2: *Routing module* -## 里程碑 #2:**路由模块** +## 里程碑 2:**路由模块** In the initial route configuration, you provided a simple setup with two routes used to configure the application for routing. This is perfectly fine for simple routing. @@ -1998,7 +1998,7 @@ It is where developers expect to find and expand routing configuration. ## Milestone 3: Heroes feature -## 里程碑 #2 英雄特征区 +## 里程碑 3: 英雄特征区 You've seen how to navigate using the `RouterLink` directive. Now you'll learn the following: @@ -3184,7 +3184,7 @@ When switching between the two routes, the `HeroDetailComponent` and `HeroListCo ### Milestone 3 wrap up -### 里程碑#3 的总结 +### 里程碑 3 的总结 You've learned how to do the following: @@ -3509,7 +3509,7 @@ Here are the relevant files for this version of the sample application. ## Milestone 4: Crisis center feature -## 里程碑#4:危机中心 +## 里程碑 4:危机中心 It's time to add real features to the app's current placeholder crisis center.