From f04ae00dd2746a05df379aa84844b5d033a0c5c3 Mon Sep 17 00:00:00 2001 From: Boxuan Li Date: Sun, 8 Jul 2018 22:14:08 +0800 Subject: [PATCH] =?UTF-8?q?architecture-modules.md:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/architecture-modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/architecture-modules.md b/aio/content/guide/architecture-modules.md index 631ad1f878..ce9f1a6405 100644 --- a/aio/content/guide/architecture-modules.md +++ b/aio/content/guide/architecture-modules.md @@ -153,7 +153,7 @@ Angular 自带了一组 JavaScript 模块,你可以把它们看成库模块。 For example, import Angular's `Component` decorator from the `@angular/core` library like this: -例如,象下面这样,从 `@angular/core` 库中导入 `Component` 装饰器: +例如,像下面这样,从 `@angular/core` 库中导入 `Component` 装饰器: