From 612fd8bbd0ec533ca8bcfd196bdbd778aad27c59 Mon Sep 17 00:00:00 2001 From: GilBoom Date: Tue, 23 Oct 2018 15:19:19 +0800 Subject: [PATCH] =?UTF-8?q?Update:=20ngmodule-faq.md=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=BF=BB=E8=AF=91=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/ngmodule-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/ngmodule-faq.md b/aio/content/guide/ngmodule-faq.md index a3045a0caa..9171369f2d 100644 --- a/aio/content/guide/ngmodule-faq.md +++ b/aio/content/guide/ngmodule-faq.md @@ -50,7 +50,7 @@ Declarables are the class types—components, directives, and pipes—th you can add to a module's `declarations` list. They're the only classes that you can add to `declarations`. -*可声明的*就是组件、指令和管道等可以被加到模块的 `declarations` 列表中的类。它们也是*所有*能被加到 `declarations` 中的类。 +*可声明的*就是组件、指令和管道这些可以被加到模块的 `declarations` 列表中的类。它们也是*所有*能被加到 `declarations` 中的类。