From 1e2ded90d56b5138766dafe7fd60fea274eb617e Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Mon, 22 Jul 2019 14:31:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=94=99=E5=88=AB=E5=AD=97=20#419=20(PR?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/build.md b/aio/content/guide/build.md index 74fbddb26e..acb712c85d 100644 --- a/aio/content/guide/build.md +++ b/aio/content/guide/build.md @@ -23,7 +23,7 @@ Each named build configuration can have defaults for any of the options that app The following figure shows how a project has multiple build targets, which can be executed using the named configurations that you define. -下面的例子展示了项目如何拥有多个构建目标,可以使用你定义的明明配置来执行这些目标。 +下面的例子展示了项目如何拥有多个构建目标,可以使用你定义的命名配置来执行这些目标。
build configurations and targets