From f2c81a77a37a6161bbe29ab0c69129cb521e346c Mon Sep 17 00:00:00 2001 From: AlexanderLukin Date: Sat, 4 Mar 2017 10:44:59 +0300 Subject: [PATCH] Fix typo: change dot to comma --- public/docs/ts/latest/guide/upgrade.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/upgrade.jade b/public/docs/ts/latest/guide/upgrade.jade index c2678d7036..f1e805a755 100644 --- a/public/docs/ts/latest/guide/upgrade.jade +++ b/public/docs/ts/latest/guide/upgrade.jade @@ -1391,7 +1391,7 @@ code-example(format=""). This is similar to the phone list component. The new wrinkle is the `RouteParams` type annotation that identifies the `routeParams` dependency. - The AngularJS injector has an AngularJS router dependency called `$routeParams`. + The AngularJS injector has an AngularJS router dependency called `$routeParams`, which was injected into `PhoneDetails` when it was still an AngularJS controller. We intend to inject it into the new `PhoneDetailsComponent`.