docs: markup mini fix (#35883)

PR Close #35883
This commit is contained in:
Daniil Gorbunov 2020-03-05 14:10:20 -08:00 committed by Matias Niemelä
parent 59607dc495
commit d912d4f34c
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ This service creates a zone named `angular` to automatically trigger change dete
### NgZone `run()`/`runOutsideOfAngular()`
`Zone` handles most asynchronous APIs such as `setTimeout()`, `Promise.then(),and `addEventListener()`.
`Zone` handles most asynchronous APIs such as `setTimeout()`, `Promise.then()`, and `addEventListener()`.
For the full list, see the [Zone Module document](https://github.com/angular/angular/blob/master/packages/zone.js/MODULE.md).
Therefore in those asynchronous APIs, you don't need to trigger change detection manually.