From a6fd22c399166a7b6f299274bbac1c3da20380ea Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 27 Mar 2017 15:21:59 +1300 Subject: [PATCH] docs(aio): fix typo --- 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 0aad4be9e0..b2a0c28397 100644 --- a/aio/content/guide/upgrade.md +++ b/aio/content/guide/upgrade.md @@ -399,7 +399,7 @@ AngularJS and Angular approaches. Here's what happens: What this means in practice is that we do not need to call `$apply()` in -our code, regardless of whether it is in AngularJS on Angular. The +our code, regardless of whether it is in AngularJS or in Angular. The `UpgradeModule` does it for us. We *can* still call `$apply()` so there is no need to remove such calls from existing code. Those calls just don't have any effect in a hybrid application.