From e68ce8cd23f56336eb8a6d90795e6867a85d700a Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Tue, 9 Oct 2018 17:16:53 +0800 Subject: [PATCH] fix: typo --- aio/content/guide/router.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/router.md b/aio/content/guide/router.md index 74c6e49300..4d82b20158 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -2038,7 +2038,7 @@ Follow these steps: * Create a (pre-routing) `heroes.module.ts` in the heroes folder that looks like this: - 在 `heroes` 子目录下(不带路由)的 `heroes.module.ts` 文件,内容如下: + 在 `heroes` 子目录下创建一个不带路由的 `heroes.module.ts` 文件,内容如下: @@ -2046,7 +2046,7 @@ Follow these steps: When you're done, you'll have these *hero management* files: -安排完这些,你就有了四个*英雄管理*特性区的文件: +做完这些,你就有了四个*英雄管理*特性区的文件: