diff --git a/aio/content/guide/component-interaction.md b/aio/content/guide/component-interaction.md
index 81b8645116..412244d1ac 100644
--- a/aio/content/guide/component-interaction.md
+++ b/aio/content/guide/component-interaction.md
@@ -7,7 +7,7 @@
This cookbook contains recipes for common component communication scenarios
in which two or more components share information.
-本烹饪宝典包含了常见的组件通讯场景,也就是让两个或多个组件之间共享信息的方法。
+本文包含了常见的组件通讯场景,也就是让两个或多个组件之间共享信息的方法。
{@a toc}
diff --git a/aio/content/guide/dependency-injection-in-action.md b/aio/content/guide/dependency-injection-in-action.md
index cca23a922c..20b63cb707 100644
--- a/aio/content/guide/dependency-injection-in-action.md
+++ b/aio/content/guide/dependency-injection-in-action.md
@@ -12,7 +12,7 @@ This cookbook explores many of the features of Dependency Injection (DI) in Angu
See the
of the code in this cookbook.
-要获取本“烹饪宝典”的代码,**参见**。
+要获取本文的代码,**参见**。
{@a app-wide-dependencies}
diff --git a/aio/content/guide/set-document-title.md b/aio/content/guide/set-document-title.md
index 4edd614068..5b1248e2c7 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 .
diff --git a/aio/content/guide/visual-studio-2015.md b/aio/content/guide/visual-studio-2015.md
index e1e3c362cd..b15a50c70c 100644
--- a/aio/content/guide/visual-studio-2015.md
+++ b/aio/content/guide/visual-studio-2015.md
@@ -11,14 +11,14 @@ Some developers prefer Visual Studio as their Integrated Development Environment
This cookbook describes the steps required to set up and use the
Angular QuickStart files in **Visual Studio 2015 within an ASP.NET 4.x project**.
-本烹饪宝典介绍了在**Visual Studio 2015 的 ASP.NET 4.x 项目中**,用 Angular 实现“快速上手”所需的步骤。
+本文介绍了在**Visual Studio 2015 的 ASP.NET 4.x 项目中**,用 Angular 实现“快速上手”所需的步骤。
There is no *live example* for this cookbook because it describes Visual Studio, not
the QuickStart application itself.
-本烹饪宝典中没有*在线例子*,因为它介绍的是 Visual Studio,而不是《快速上手》应用程序本身。
+本文中没有*在线例子*,因为它介绍的是 Visual Studio,而不是《快速上手》应用程序本身。
@@ -185,7 +185,7 @@ Create the ASP.NET 4.x project in the usual way as follows:
This cookbook uses the `Empty` template with no added folders,
no authentication, and no hosting. Pick the template and options appropriate for your project.
-本烹饪宝典选择了 `Empty` 模板,它没有添加过任何目录,没有身份验证,没有服务器托管。为你的项目选择合适的模板和选项。
+本文选择了 `Empty` 模板,它没有添加过任何目录,没有身份验证,没有服务器托管。为你的项目选择合适的模板和选项。