From 9181b73e5ac7da7be3ad3a59b594c738ce14b4da Mon Sep 17 00:00:00 2001 From: Rajat Soni Date: Sun, 12 Apr 2020 22:10:27 +0530 Subject: [PATCH] docs: fix typo in Tests guide (#36592) PR Close #36592 --- 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 9052d2513b..a42f78a4e4 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -1277,7 +1277,7 @@ In this example, we have a new macro task (nested setTimeout), by default, when region="fake-async-test-tick-new-macro-task-async"> -And in some case, we don't want to trigger the new macro task when ticking, we can use `tick(milliseconds, {processNewMacroTasksSynchronously: false})` to not invoke new maco task. +And in some case, we don't want to trigger the new macro task when ticking, we can use `tick(milliseconds, {processNewMacroTasksSynchronously: false})` to not invoke new macro task. #### Comparing dates inside fakeAsync()