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