diff --git a/aio/content/guide/upgrade.md b/aio/content/guide/upgrade.md
index 4719babe90..205b2562e9 100644
--- a/aio/content/guide/upgrade.md
+++ b/aio/content/guide/upgrade.md
@@ -960,6 +960,12 @@ angular.module('myHybridApp', [...])
Once you introduce the Angular Router, using the Angular Router triggers navigations through the unified location service, still providing a single source for navigating with AngularJS and Angular.
+
## PhoneCat Upgrade Tutorial
@@ -1364,7 +1371,7 @@ You also need to make a couple of adjustments
to the `systemjs.config.js` file installed during [upgrade setup](guide/upgrade-setup).
Point the browser to the project root when loading things through SystemJS,
-instead of using the `` URL.
+instead of using the `` URL.
Install the `upgrade` package via `npm install @angular/upgrade --save`
and add a mapping for the `@angular/upgrade/static` package.