Update: ngmodule-faq.md

修改翻译错误
This commit is contained in:
GilBoom 2018-10-23 15:19:19 +08:00 committed by 雪狼
parent eaa11606dc
commit 612fd8bbd0
1 changed files with 1 additions and 1 deletions

View File

@ -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` 中的类。
<hr/>