From 34a4c354e4487db2a3d1b80282781ece9f7f1d30 Mon Sep 17 00:00:00 2001 From: "sKai.fun" <40363760+skaifun@users.noreply.github.com> Date: Tue, 11 Dec 2018 11:54:20 +0800 Subject: [PATCH] fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复翻译错误,原文为`AppRoutingModule` --- aio/content/tutorial/toh-pt5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/tutorial/toh-pt5.md b/aio/content/tutorial/toh-pt5.md index 81f9efcc7d..db52bc057a 100644 --- a/aio/content/tutorial/toh-pt5.md +++ b/aio/content/tutorial/toh-pt5.md @@ -43,7 +43,7 @@ Angular 的最佳实践之一就是在一个独立的顶级模块中加载和配 By convention, the module class name is `AppRoutingModule` and it belongs in the `app-routing.module.ts` in the `src/app` folder. -按照惯例,这个模块类的名字叫做 `APPRoutingModule`,并且位于 `src/app` 下的 `app-routing.module.ts` 文件中。 +按照惯例,这个模块类的名字叫做 `AppRoutingModule`,并且位于 `src/app` 下的 `app-routing.module.ts` 文件中。 Use the CLI to generate it.