docs(upgrade): fixed two typos

closes #724
This commit is contained in:
Danny Callaghan 2016-01-19 17:13:38 +00:00 committed by Ward Bell
parent 72330dcbf1
commit 4f6ea8798c
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ include ../_util-fns
:marked
# Upgrading with The Upgrade Adapter
The `upgrade` module in Angular 2 is a very userful tool for upgrading
The `upgrade` module in Angular 2 is a very useful tool for upgrading
anything but the smallest of applications. With it we can mix and match
Angular 1 and 2 components in the same application and have them interoperate
seamlessly. That means we don't have to do the upgrade work all at once,