docs(router): fix typos

This commit is contained in:
vsavkin
2016-09-12 09:47:44 -07:00
parent a41c1bbdf4
commit a343a8e1c2
5 changed files with 6 additions and 5 deletions

View File

@ -278,7 +278,7 @@ export abstract class UrlSerializer {
* /inbox/33;open=true/messages/44
* ```
*
* DefaultUrlSerializer uses parenthesis to serialize secondary segments (e.g., popup:compose), the
* DefaultUrlSerializer uses parentheses to serialize secondary segments (e.g., popup:compose), the
* colon syntax to specify the outlet, and the ';parameter=value' syntax (e.g., open=true) to
* specify route specific parameters.
*