From 8819e4fc5cbf9deea8df7b920dea8541152bf77e Mon Sep 17 00:00:00 2001 From: y4code <8910420+y4code@users.noreply.github.com> Date: Thu, 11 Oct 2018 02:05:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(aot-compiler.md):=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/aot-compiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/aot-compiler.md b/aio/content/guide/aot-compiler.md index 74c66b8de7..bafc9c1484 100644 --- a/aio/content/guide/aot-compiler.md +++ b/aio/content/guide/aot-compiler.md @@ -1128,7 +1128,7 @@ Adding `export` doesn't work when the compiler needs the _actual value_ in order to generate code. For example, it doesn't work for the `template` property. -当编译器需要知道*真正的值*已生成代码时,添加 `export` 的方式就是无效的。比如这里的 `template` 属性。 +当编译器需要知道*真正的值*以生成代码时,添加 `export` 的方式就是无效的。比如这里的 `template` 属性。 ```