docs: fix typo in testing component with dependencies (#36219)

Fixes #36210

PR Close #36219
This commit is contained in:
Faouzi Medebbeb 2020-03-24 10:47:19 +01:00 committed by Misko Hevery
parent ae28d7c0b2
commit 55dac05cf2
1 changed files with 1 additions and 1 deletions

View File

@ -1288,7 +1288,7 @@ In this example, we have a new macro task (nested setTimeout), by default, when
region="fake-async-test-tick-new-macro-task-async">
</code-example>
And in some case, we don't want to trigger the new maco 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 maco task.
#### Comparing dates inside fakeAsync()