From 90b7c0a475d68be0ecb9c0a75eacd4467a398b44 Mon Sep 17 00:00:00 2001 From: "Zhimin YE (Rex)" Date: Wed, 24 Aug 2016 10:41:18 +0100 Subject: [PATCH] fix: minor change on wording for JIT --- public/docs/ts/latest/glossary.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/glossary.jade b/public/docs/ts/latest/glossary.jade index 53fa9902d2..4c86f1540b 100644 --- a/public/docs/ts/latest/glossary.jade +++ b/public/docs/ts/latest/glossary.jade @@ -623,7 +623,7 @@ a#H and launch the application dynamically. This is a good choice during development. Consider the [Ahead of Time](#aot) mode for production apps. - Angular的即时编译在浏览器中启动并编译所有的组件和模块,并动态运行应用程序。它很适合开发期使用。在产品发布时, + Angular的即时编译在浏览器中启动并编译所有的组件和模块,并动态运行应用程序。它很适合在开发期使用。但是在产品发布时, 推荐采用[提前编译(Ahead of Time)](#aot)模式。 .l-main-section#K