docs: correct spelling of 'detection' (#35723)

PR Close #35723
This commit is contained in:
Benjamin Kindle 2020-02-26 18:26:37 -05:00 committed by atscott
parent 20b0c80b0b
commit 30f29ee8e7
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ Monkey patching is a technique to add or modify the default behavior of a functi
## NgZone ## NgZone
While Zone.js can monitor all the states of synchronous and asynchronous operations, Angular additionally provides a service called NgZone. While Zone.js can monitor all the states of synchronous and asynchronous operations, Angular additionally provides a service called NgZone.
This service creates a zone named `angular` to automatically trigger change detction when the following conditions are satisfied: This service creates a zone named `angular` to automatically trigger change detection when the following conditions are satisfied:
1. When a sync or async function is executed. 1. When a sync or async function is executed.
1. When there is no `microTask` scheduled. 1. When there is no `microTask` scheduled.