diff --git a/public/docs/js/latest/cookbook/ts-to-js.jade b/public/docs/js/latest/cookbook/ts-to-js.jade
index 7f39c9b446..916d0b3226 100644
--- a/public/docs/js/latest/cookbook/ts-to-js.jade
+++ b/public/docs/js/latest/cookbook/ts-to-js.jade
@@ -16,7 +16,7 @@ include ../../../../_includes/_util-fns
applications.
TypeScript是个广受欢迎的Angular 2语言选项,你在网络上和本站上看到的很多范例代码都是用TypeScript写的。
- 本烹饪宝典包含如何把这些代码编译到ES5的菜谱,这样它们就可以被用到JavaScript版的Angular 2程序里了。
+ 本烹饪宝典包含如何把这些代码编译到ES5的方法,这样它们就可以被用到JavaScript版的Angular 2程序里了。
diff --git a/public/docs/ts/latest/cookbook/component-communication.jade b/public/docs/ts/latest/cookbook/component-communication.jade
index d0525bb0a9..691fc0a0ed 100644
--- a/public/docs/ts/latest/cookbook/component-communication.jade
+++ b/public/docs/ts/latest/cookbook/component-communication.jade
@@ -50,7 +50,7 @@ include ../_util-fns
:marked
**See the **.
- **参见**。
+ **参见在线例子**。
.l-main-section
diff --git a/public/docs/ts/latest/cookbook/set-document-title.jade b/public/docs/ts/latest/cookbook/set-document-title.jade
index 7a138e9635..e29ceee8cc 100644
--- a/public/docs/ts/latest/cookbook/set-document-title.jade
+++ b/public/docs/ts/latest/cookbook/set-document-title.jade
@@ -9,7 +9,7 @@ a(id='top')
:marked
**See the **.
- **参见**。
+ **参见在线例子**。
.l-sub-section
img(src='/resources/images/devguide/plunker-separate-window-button.png' alt="pop out the window" align="right" style="margin-right:-20px")
diff --git a/public/docs/ts/latest/cookbook/visual-studio-2015.jade b/public/docs/ts/latest/cookbook/visual-studio-2015.jade
index 2ee3539a44..7960ffe605 100644
--- a/public/docs/ts/latest/cookbook/visual-studio-2015.jade
+++ b/public/docs/ts/latest/cookbook/visual-studio-2015.jade
@@ -292,6 +292,8 @@ h2#build-and-run 第七步:编译和运行应用程序
:marked
To set index.html as start page, right-click `index.html` in Solution Explorer and select option `Set As Start Page`.
+
+ 将index.html设置为启动页面:在Solution Explorer中,右键点击`index.html`,选择选项`Set As Start Page`。
Click the Run button or press F5 to build and run the application.