From 58698d37da8446714ebd5b211b8bb71e43a7fc90 Mon Sep 17 00:00:00 2001 From: daniel <6086151+dancci@users.noreply.github.com> Date: Thu, 14 Mar 2019 16:04:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/module-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/module-types.md b/aio/content/guide/module-types.md index 8070433cf7..5093c45592 100644 --- a/aio/content/guide/module-types.md +++ b/aio/content/guide/module-types.md @@ -106,7 +106,7 @@ typical characteristics, in real world apps, you may see hybrids. Domain feature modules are typically imported exactly once by a larger feature module. - 领域特性模块通常会由更高一级的特性模块导出且只导出一次。 + 领域特性模块通常会由更高一级的特性模块导入且只导入一次。 They might be imported by the root `AppModule` of a small application that lacks routing.