Skip to content

Commit

Permalink
docs(router): fix code block for IsActiveMatchOptions (#44635)
Browse files Browse the repository at this point in the history
PR Close #44635
  • Loading branch information
ChrisMancini authored and atscott committed Jan 5, 2022
1 parent 7278a9c commit 6a55aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/router/src/url_tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface IsActiveMatchOptions {
*/
paths: 'exact'|'subset';
/**
* - 'exact'`: indicates that the `UrlTree` fragments must be equal.
* - `'exact'`: indicates that the `UrlTree` fragments must be equal.
* - `'ignored'`: the fragments will not be compared when determining if a
* `UrlTree` is active.
*/
Expand Down

0 comments on commit 6a55aff

Please sign in to comment.