From 5091379c5a6c6f65ce52032091d9061fa535518e Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Fri, 24 Jan 2020 17:08:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E9=BD=90=E4=B8=A2=E5=A4=B1?= =?UTF-8?q?=E7=9A=84=E5=8F=8D=E5=BC=95=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/language-service.md | 2 ++ aio/content/guide/set-document-title.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/aio/content/guide/language-service.md b/aio/content/guide/language-service.md index 688d8dd537..d603c1bba8 100644 --- a/aio/content/guide/language-service.md +++ b/aio/content/guide/language-service.md @@ -168,6 +168,8 @@ yarn yarn install +``` + When Angular sees this dev dependency, it provides the language service in the WebStorm environment. WebStorm then gives you colorization inside the template and autocomplete in addition to the Angular Language Service. diff --git a/aio/content/guide/set-document-title.md b/aio/content/guide/set-document-title.md index 79eece3569..641ea52f2d 100644 --- a/aio/content/guide/set-document-title.md +++ b/aio/content/guide/set-document-title.md @@ -7,7 +7,7 @@ Your app should be able to make the browser title bar say whatever you want it to say. This cookbook explains how to do it. -应用程序应该能让浏览器标题栏显示你想让它显示的内容。本文会解释怎么做。 +你的应用应该能让浏览器标题栏显示你想让它显示的内容。本文会解释怎么做。 See the .