From 2a643e1ab61d0be33ad7e36134cd6cb9967c2986 Mon Sep 17 00:00:00 2001 From: Ajit Singh Date: Fri, 21 Aug 2020 06:37:47 +0530 Subject: [PATCH] docs: change function name from async -> waitForAsync (#38548) async function name was changed to waitForAsync but it was left in testing-utility-api file. PR Close #38548 --- aio/content/guide/testing-utility-apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/testing-utility-apis.md b/aio/content/guide/testing-utility-apis.md index 0c1b6ddd12..b79419a60f 100644 --- a/aio/content/guide/testing-utility-apis.md +++ b/aio/content/guide/testing-utility-apis.md @@ -19,7 +19,7 @@ Here's a summary of the stand-alone functions, in order of likely utility: - async + waitForAsync