From 30f29ee8e745a0944cda23c036d45976634b2a9c Mon Sep 17 00:00:00 2001 From: Benjamin Kindle Date: Wed, 26 Feb 2020 18:26:37 -0500 Subject: [PATCH] docs: correct spelling of 'detection' (#35723) PR Close #35723 --- aio/content/guide/zone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/zone.md b/aio/content/guide/zone.md index 13c8c2fbb9..e5f033544e 100644 --- a/aio/content/guide/zone.md +++ b/aio/content/guide/zone.md @@ -296,7 +296,7 @@ Monkey patching is a technique to add or modify the default behavior of a functi ## 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 there is no `microTask` scheduled.