From 1ce9726afb16ef7f14583b11d01f2eee1ca16995 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Sat, 11 Mar 2017 22:00:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=92=8C=E8=8B=B1=E6=96=87=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E6=8A=8A`src`=E6=9B=BF=E6=8D=A2=E4=B8=BA`app`=20(#209?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/style-guide.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/style-guide.jade b/public/docs/ts/latest/guide/style-guide.jade index f7db7db842..4bc8a34660 100644 --- a/public/docs/ts/latest/guide/style-guide.jade +++ b/public/docs/ts/latest/guide/style-guide.jade @@ -1825,7 +1825,7 @@ a(href="#toc").to-top 回到顶部 :marked **Do** create an Angular module in the app's root folder (e.g., in `/src/app`). - **坚持**在应用的根目录创建一个 Angular 模块(例如`/app`)。 + **坚持**在应用的根目录创建一个 Angular 模块(例如`/src/app`)。 .s-why :marked