docs: a typo fixed in the upgrade guide (#33054)

PR Close #33054
This commit is contained in:
Grigoriy Beziuk 2019-10-09 15:54:23 +03:00 committed by Miško Hevery
parent 8321bd8a74
commit a9228aabac
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ AngularJS and Angular approaches. Here's what happens:
</figure> </figure>
In practice, you do not need to call `$apply()`, 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 `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 is no need to remove such calls from existing code. Those calls just trigger
additional AngularJS change detection checks in a hybrid application. additional AngularJS change detection checks in a hybrid application.