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

Commit 747807e

Browse files
svenhedenFoxandxss
authored andcommitted
docs(upgrade): add missing word (#3125)
1 parent b021012 commit 747807e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,7 @@ code-example(format="").
14361436
#### Generate links for each phone
14371437

14381438
We no longer have to hardcode the links to phone details in the phone list.
1439-
We can generate them data binding each phone's `id` to the `routerLink` directive
1439+
We can generate them by data binding each phone's `id` to the `routerLink` directive
14401440
and let that directive construct the appropriate URL to the `PhoneDetailComponent`:
14411441

14421442
+makeExample('upgrade-phonecat-3-final/ts/app/phone-list/phone-list.template.html', 'list', 'app/phone-list/phone-list.template.html (list with links)')(format='.')

0 commit comments

Comments
 (0)