docs(router): removed additional to (#25989)

PR Close #25989
This commit is contained in:
William Neely 2018-09-17 18:57:38 -04:00 committed by Alex Rickabaugh
parent 5430d2bc66
commit 03c8528fcb
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ import {UrlTree} from '../url_tree';
* </a>
* ```
*
* You can tell the directive to how to handle queryParams, available options are:
* You can tell the directive how to handle queryParams. Available options are:
* - `'merge'`: merge the queryParams into the current queryParams
* - `'preserve'`: preserve the current queryParams
* - default/`''`: use the queryParams only