diff --git a/public/docs/ts/latest/guide/testing.jade b/public/docs/ts/latest/guide/testing.jade index 083c789eae..a9fa797dc8 100644 --- a/public/docs/ts/latest/guide/testing.jade +++ b/public/docs/ts/latest/guide/testing.jade @@ -2812,19 +2812,19 @@ figure.image-display * `DebugElement.styles` affords access to element styles even in the absence of a real browser, thanks to the `DebugElement` abstraction. But feel free to exploit the `nativeElement` when that seems easier or more clear than the abstraction. - * 在缺乏浏览器时,`DebugElement.styles`提供对元素样式的访问,这要归功于`DebugElement`抽象。 - 但是,请随意使用`nativeElement`,它可能比该抽像更加容易使用、更加清晰。 + * 在缺乏浏览器时,`DebugElement.styles`提供对元素样式的访问。 + 但是,请随便使用`nativeElement`,它可能更加容易、更加清晰。 * Angular adds a directive to the injector of the element to which it is applied. The test for the default color uses the injector of the 2nd `