From cf2d0b1a2589124958f3027f9c113a7a8be97347 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Thu, 20 Dec 2018 09:24:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BF=BB=E8=AF=91=E9=94=99=E8=AF=AF=20(?= =?UTF-8?q?#346)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/router.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/router.md b/aio/content/guide/router.md index bfd6c36328..f6bec7f28e 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -3533,7 +3533,7 @@ Begin by imitating the heroes feature: * Rename the NgModule files to `crisis-center.module.ts` and `crisis-center-routing.module.ts`. - 在这些新文件中,把每一个对“hero”替换为“crisis”,并把“heroes”替换为“crises”。 + 把这些 NgModule 文件改名为 `crisis-center.module.ts` 和 `crisis-center-routing.module.ts`。 You'll use mock crises instead of mock heroes: