From 4349c424d6b58caed094c95eef87a36495998ae1 Mon Sep 17 00:00:00 2001 From: Zhimin YE Date: Tue, 25 Oct 2016 16:56:10 +0100 Subject: [PATCH] review: testing 3549 --- public/docs/ts/latest/guide/testing.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/testing.jade b/public/docs/ts/latest/guide/testing.jade index ad886cf734..b59c467bdf 100644 --- a/public/docs/ts/latest/guide/testing.jade +++ b/public/docs/ts/latest/guide/testing.jade @@ -3545,8 +3545,8 @@ table The _fixture_ methods cause Angular to perform certain tasks to the component tree. Call these method to trigger Angular behavior in response to simulated user action. - **fixture**方法使组件对组件树执行某些任务。 - 调用此方法来触发针对模拟的用户行为作出的Angular行为。 + **fixture**方法使Angular对组件树执行某些任务。 + 在触发Angular行为来模拟的用户行为时,调用这些方法。 Here are the most useful methods for testers.