fix: minor change on wording for JIT

This commit is contained in:
Zhimin YE (Rex) 2016-08-24 10:41:18 +01:00
parent c4d35e568a
commit 90b7c0a475
1 changed files with 1 additions and 1 deletions

View File

@ -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