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()