From 9ae0faa00aa5448353592108c13c1bb4a41c5176 Mon Sep 17 00:00:00 2001 From: pavlenko Date: Thu, 4 Mar 2021 09:16:59 +0500 Subject: [PATCH] docs(router): fix typo for the equivalent `exactMatchOptions` value (#41075) When `Router.isActive` is called with `true` the `exactMatchOptions` value is set for this case. PR Close #41075 --- packages/router/src/router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/router/src/router.ts b/packages/router/src/router.ts index 6661289646..4c10c3681f 100644 --- a/packages/router/src/router.ts +++ b/packages/router/src/router.ts @@ -357,7 +357,7 @@ type LocationChangeInfo = { }; /** - * The equivalent `IsActiveUrlTreeOptions` options for `Router.isActive` is called with `false` + * The equivalent `IsActiveUrlTreeOptions` options for `Router.isActive` is called with `true` * (exact = true). */ export const exactMatchOptions: IsActiveMatchOptions = {