Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/router/src/directives/router_link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down