Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit e9bc8c0

Browse files
AlexanderLukinFoxandxss
authored andcommitted
docs(upgrade): change dot to comma (#3337)
1 parent abf739a commit e9bc8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/upgrade.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,7 @@ code-example(format="").
13911391
This is similar to the phone list component.
13921392
The new wrinkle is the `RouteParams` type annotation that identifies the `routeParams` dependency.
13931393

1394-
The AngularJS injector has an AngularJS router dependency called `$routeParams`.
1394+
The AngularJS injector has an AngularJS router dependency called `$routeParams`,
13951395
which was injected into `PhoneDetails` when it was still an AngularJS controller.
13961396
We intend to inject it into the new `PhoneDetailsComponent`.
13971397

0 commit comments

Comments
 (0)