From dd9e8fa34a723e2705e37e8d317bf436a7eb25d8 Mon Sep 17 00:00:00 2001 From: VTHINKXIE Date: Wed, 6 Sep 2017 10:22:25 +0800 Subject: [PATCH] fix(doc:testing): replace faceAsync with fakeAsync --- aio/content/guide/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md index 8369f2aefd..7bdba16128 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -1707,7 +1707,7 @@ The fourth test verifies the same component behavior in a different way. Notice that `fakeAsync` replaces `async` as the `it` argument. The `fakeAsync` function is another of the Angular testing utilities. -注意,在`it`的参数中,`async`被`faceAsync`替换。 +注意,在`it`的参数中,`async`被`fakeAsync`替换。 `fakeAsync`是另一种Angular测试工具。 Like [async](guide/testing#async), it _takes_ a parameterless function and _returns_ a function