diff --git a/public/docs/ts/latest/guide/testing.jade b/public/docs/ts/latest/guide/testing.jade index fa75099105..b2800638f3 100644 --- a/public/docs/ts/latest/guide/testing.jade +++ b/public/docs/ts/latest/guide/testing.jade @@ -914,7 +914,7 @@ a#component-fixture Finally, the setup assigns the DOM element from the `DebugElement` **`nativeElement`** property to `el`. The tests assert that `el` contains the expected title text. - 最后,这个配置指定`DebugElement`中的**`nativeElement`**DOM元素到属性`el`。 + 最后,这个配置把`DebugElement`中的**`nativeElement`**DOM元素赋值给`el`属性。 测试程序将判断`el`是否包含期待的标题文本。 a#the-tests