From 828528dadee5b734afeb5385824cb5716018370b Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Sun, 30 Jul 2017 12:43:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20"=E8=A6=86=E7=9B=96"=20->=20"=E6=B6=B5?= =?UTF-8?q?=E7=9B=96"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/change-log.md | 6 +++--- aio/content/guide/router.md | 4 ++-- aio/content/guide/testing.md | 2 +- aio/content/guide/typescript-configuration.md | 2 +- aio/content/tutorial/index.md | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/aio/content/guide/change-log.md b/aio/content/guide/change-log.md index da843dace2..0a40fc45a1 100644 --- a/aio/content/guide/change-log.md +++ b/aio/content/guide/change-log.md @@ -49,7 +49,7 @@ Revised samples are more clear and cover all topics discussed. 对[模板语法](guide/template-syntax) 和 [结构型指令](guide/structural-directives)这两篇指南做了大幅修改,来让它们更加清晰、准确,并符合当前的最佳实践。 讨论了``。 -修改了例子,来让它们更清晰,并且覆盖了所有讨论到的主题。 +修改了例子,来让它们更清晰,并且涵盖了所有讨论到的主题。 ## NEW: Samples re-structured with `src/` folder (2017-02-02) @@ -132,7 +132,7 @@ It includes important advice on optimizing for production. Closes issue #3086. Revised samples are clearer and cover all topics discussed -[多级依赖注入](guide/hierarchical-dependency-injection)做了显著修改。关闭了issue #3086。修改过的范例更加清晰,而且覆盖了讨论到的全部主题。 +[多级依赖注入](guide/hierarchical-dependency-injection)做了显著修改。关闭了issue #3086。修改过的范例更加清晰,而且涵盖了讨论到的全部主题。 ## Miscellaneous (2017-01-05) @@ -236,7 +236,7 @@ released in v.2.2.0, which is the recommended facility for migrating from AngularJS to Angular. The documentation for the version prior to v.2.2.0 has been removed. -更新的[NgUpgrade指南](guide/upgrade)覆盖在v.2.2.0发布的AoT`upgrade/static`模块, +更新的[NgUpgrade指南](guide/upgrade)涵盖在v.2.2.0发布的AoT`upgrade/static`模块, 是从AngularJS升级至Angular的推荐工具。 删除早于v.2.2.0版本的文档。 diff --git a/aio/content/guide/router.md b/aio/content/guide/router.md index 1003d8163b..ded96e56a1 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -10,7 +10,7 @@ as users perform application tasks. This guide covers the router's primary features, illustrating them through the evolution of a small application that you can run live in the browser. -本章覆盖了该路由器的主要特性。我们通过一个小型应用的成长演进来讲解它。参见在线例子。 +本章涵盖了该路由器的主要特性。我们通过一个小型应用的成长演进来讲解它。参见在线例子