From 484f5c69cb03589de6068b0d144b9e22197702da Mon Sep 17 00:00:00 2001 From: Sunny Liu Date: Tue, 4 Dec 2018 23:29:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=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/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/deployment.md b/aio/content/guide/deployment.md index a7ebc66866..e1ff2ba402 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -553,7 +553,7 @@ The following example displays the graph for the _main_ bundle. The `source-map-explorer` analyzes the source map generated with the bundle and draws a map of all dependencies, showing exactly which classes are included in the bundle. -`source-map-explorer` 会分析与包一期生成的 source map,并画出所有依赖的地图,精确展示哪些类包含在哪个包中。 +`source-map-explorer` 会分析与包一起生成的 source map,并画出所有依赖的地图,精确展示哪些类包含在哪个包中。 Here's the output for the _main_ bundle of the QuickStart.