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