docs(upgrade): add missing word (#3125)

This commit is contained in:
Jonathan Persson 2017-02-03 18:25:13 +01:00 committed by Jesús Rodríguez
parent b021012a9b
commit 747807e250
1 changed files with 1 additions and 1 deletions

View File

@ -1436,7 +1436,7 @@ code-example(format="").
#### Generate links for each phone #### Generate links for each phone
We no longer have to hardcode the links to phone details in the phone list. We no longer have to hardcode the links to phone details in the phone list.
We can generate them data binding each phone's `id` to the `routerLink` directive We can generate them by data binding each phone's `id` to the `routerLink` directive
and let that directive construct the appropriate URL to the `PhoneDetailComponent`: and let that directive construct the appropriate URL to the `PhoneDetailComponent`:
+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='.') +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='.')