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
This commit is contained in:
pavlenko 2021-03-04 09:16:59 +05:00 committed by Andrew Kushnir
parent 84b8f250f9
commit 9ae0faa00a

View File

@ -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 = {