docs(router): fix typo (#18479)

This commit is contained in:
Jan Peer Stöcklmair 2017-08-03 02:31:09 +02:00 committed by Victor Berchet
parent 1640d2aa0b
commit 81cb5bc3a7
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ import {UrlTree} from '../url_tree';
*
* You can tell the directive to how to handle queryParams, available options are:
* - 'merge' merge the queryParams into the current queryParams
* - 'preserve' prserve the current queryParams
* - 'preserve' preserve the current queryParams
* - default / '' use the queryParams only
* same options for {@link NavigationExtras#queryParamsHandling}
*