diff --git a/public/docs/ts/latest/guide/testing.jade b/public/docs/ts/latest/guide/testing.jade
index 069c355656..703256ef1d 100644
--- a/public/docs/ts/latest/guide/testing.jade
+++ b/public/docs/ts/latest/guide/testing.jade
@@ -3378,7 +3378,7 @@ table
Replace metadata for the given directive class which could be nested deeply
within an inner module.
- 替换指定的指令类的元数据,该指令可能嵌套在一个很深的内部模块中。
+ 替换指定指令类的元数据,该指令可能嵌套在一个很深的内部模块中。
tr
td(style="vertical-align: top") overridePipe
td
@@ -3386,7 +3386,7 @@ table
Replace metadata for the given pipe class which could be nested deeply
within an inner module.
- 替换指定的管道类的元数据,该管道可能嵌套在一个很深的内部模块中。
+ 替换指定管道类的元数据,该管道可能嵌套在一个很深的内部模块中。
tr
td(style="vertical-align: top").
@@ -3441,7 +3441,7 @@ table
`@angular/platform-/testing/`.
指定Angular编译器工厂,`PlatformRef`,和默认Angular测试模块。
- 非浏览器平台的替代以`@angular/platform-/testing/`的形式提供。
+ 以`@angular/platform-/testing/`的形式提供非浏览器平台的替代品。
tr
td(style="vertical-align: top") resetTestEnvironment
td
@@ -3460,7 +3460,7 @@ table
:marked
## The _ComponentFixture_
- ## _ComponentFixture_
+ ## _ComponentFixture_对象
The `TestBed.createComponent`
creates an instance of the component `T`