docs: corrected the misspelled word (#46126)

innovation -> invocation
PR Close #46126
This commit is contained in:
Roopesh Chinnakampalli 2022-05-24 09:30:01 -04:00 committed by Alex Rickabaugh
parent bd94c076c7
commit 983aa233cf

View file

@ -10,7 +10,7 @@ This section covers how to identify such conditions, and how to run code outside
## Identifying unnecessary change detection calls
You can detect unnecessary change detection calls using Angular DevTools. Often they appear as consecutive bars in the profilers timeline with source `setTimeout`, `setInterval`, `requestAnimationFrame`, or an event handler. When you have limited calls within your application of these APIs, the change detection innovation is usually caused by a third-party library.
You can detect unnecessary change detection calls using Angular DevTools. Often they appear as consecutive bars in the profilers timeline with source `setTimeout`, `setInterval`, `requestAnimationFrame`, or an event handler. When you have limited calls within your application of these APIs, the change detection invocation is usually caused by a third-party library.
<div class="lightbox">
<img alt="Angular DevTools profiler preview showing Zone pollution" src="generated/images/guide/change-detection/zone-pollution.png">