From 7693339eddd3fa75b5f502fa3b99b24a97ce1790 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Thu, 3 Jan 2019 18:16:10 +0800 Subject: [PATCH] fix: typo --- aio/content/guide/build.md | 2 +- aio/content/guide/upgrade-performance.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/aio/content/guide/build.md b/aio/content/guide/build.md index 9c4c9d0def..81e53c9472 100644 --- a/aio/content/guide/build.md +++ b/aio/content/guide/build.md @@ -64,7 +64,7 @@ The `build` command uses this as the build target when no environment is specifi You can add further variables, either as additional properties on the environment object, or as separate objects. For example, the following adds a default for a variable to the default environment: -当没有制定环境时,`build` 命令就会用它作为构建目标。 +当没有指定环境时,`build` 命令就会用它作为构建目标。 你可以添加其它变量,可以用该环境对象附加属性的形式,也可以用独立对象的形式。 比如:以下内容将会把一个变量添加到默认环境中: diff --git a/aio/content/guide/upgrade-performance.md b/aio/content/guide/upgrade-performance.md index 54c864f20d..4f90fea62d 100644 --- a/aio/content/guide/upgrade-performance.md +++ b/aio/content/guide/upgrade-performance.md @@ -310,7 +310,6 @@ A few examples are: - You use Angular for a feature that is not critical for the initial rendering of the app and you can afford a small delay in favor of better initial load performance. - 你可以把 Angular 用于应用中那些在初始呈现时不太重要的特性,并且愿意为了更好地初始加载性能,而忍受加载该特性时的一点延迟。 ### Bootstrapping with `downgradeModule()`