From 762c7141bc1d975128e2dd427a12754a87579f73 Mon Sep 17 00:00:00 2001 From: "Zhimin YE (Rex)" Date: Mon, 19 Sep 2016 09:25:25 +0100 Subject: [PATCH] fix: #72 --- public/docs/ts/latest/guide/architecture.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/architecture.jade b/public/docs/ts/latest/guide/architecture.jade index 0993b2107f..ff494ae9c8 100644 --- a/public/docs/ts/latest/guide/architecture.jade +++ b/public/docs/ts/latest/guide/architecture.jade @@ -193,7 +193,7 @@ figure The Angular module — a class decorated with `@NgModule` — is a fundamental feature of Angular. - Angular模块(一个用`@NgModel`装饰的类)是Angular的基础特性。 + Angular模块(一个用`@NgModule`装饰的类)是Angular的基础特性。 JavaScript also has its own module system for managing collections of JavaScript objects. It's completely different and unrelated to the Angular module system.