From 9057e36df589ba31173ce53985a8d16912bf6d90 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Sun, 17 Feb 2019 21:15:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=90=8C=E6=AD=A5=E7=BF=BB=E8=AF=91=20#?= =?UTF-8?q?382?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/universal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/universal.md b/aio/content/guide/universal.md index 48fc62bf85..32fae4a010 100644 --- a/aio/content/guide/universal.md +++ b/aio/content/guide/universal.md @@ -638,8 +638,8 @@ node dist/server.js Now let's create a few handy scripts to help us do all of this in the future. You can add these in the `"scripts"` section of the `package.json`. -现在,来创建一些便利脚本,在以后帮助我们完成这些琐事。 -你可以在 Angular 配置文件 `angular.json` 的 `"server"` 区添加这些脚本。 +现在,来创建一些便利脚本,以便将来帮我们完成这些琐事。 +你可以在 `package.json` 的 `"scripts"` 区添加这些脚本。 "scripts": {