docs(aio): fix typo

This commit is contained in:
Adam 2017-03-27 15:21:59 +13:00 committed by Pete Bacon Darwin
parent 1616cae5cf
commit a6fd22c399
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ AngularJS and Angular approaches. Here's what happens:
</figure>
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.