From 03c8528fcb32e13b5fff6c2fec16647346478f80 Mon Sep 17 00:00:00 2001 From: William Neely Date: Mon, 17 Sep 2018 18:57:38 -0400 Subject: [PATCH] docs(router): removed additional to (#25989) PR Close #25989 --- packages/router/src/directives/router_link.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/router/src/directives/router_link.ts b/packages/router/src/directives/router_link.ts index 25aaf3ea84..fcc1fa753c 100644 --- a/packages/router/src/directives/router_link.ts +++ b/packages/router/src/directives/router_link.ts @@ -63,7 +63,7 @@ import {UrlTree} from '../url_tree'; * * ``` * - * 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