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.