From a9228aabac2cd61437b36fa390041fd8821ea5ce Mon Sep 17 00:00:00 2001 From: Grigoriy Beziuk Date: Wed, 9 Oct 2019 15:54:23 +0300 Subject: [PATCH] docs: a typo fixed in the upgrade guide (#33054) PR Close #33054 --- aio/content/guide/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/upgrade.md b/aio/content/guide/upgrade.md index 4b82c33666..6c52b0b4b2 100644 --- a/aio/content/guide/upgrade.md +++ b/aio/content/guide/upgrade.md @@ -352,7 +352,7 @@ AngularJS and Angular approaches. Here's what happens: In practice, you do not need to call `$apply()`, -regardless of whether it is in AngularJS on Angular. The +regardless of whether it is in AngularJS or Angular. The `UpgradeModule` does it for us. You *can* still call `$apply()` so there is no need to remove such calls from existing code. Those calls just trigger additional AngularJS change detection checks in a hybrid application.