fix: 和英文同步把`src`替换为`app` (#208)

This commit is contained in:
Zhicheng Wang 2017-03-11 21:58:38 +08:00
parent 2eedd15cd1
commit 900f149b35
2 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ l-main-section
The recommended place to bootstrap a JIT-compiled browser application is in a separate file
in the `src` folder named `src/main.ts`
引导即时编译的浏览器应用的推荐地点是在`app`目录中一个名为`app/main.ts`的单独文件中。
引导即时编译的浏览器应用的推荐地点是在`src`目录中一个名为`src/main.ts`的单独文件中。
+makeExample('setup/ts/src/main.ts','','src/main.ts')(format='.')
:marked

View File

@ -1646,7 +1646,7 @@ a(href="#toc").to-top 回到顶部
:marked
**Do** put all of the app's code in a folder named `src`.
**坚持**把所有源代码都放到名为`app`的目录里。
**坚持**把所有源代码都放到名为`src`的目录里。
.s-rule.consider
:marked