docs: change "patchMatch" to "pathMatch" (#32935)

PR Close #32935
This commit is contained in:
Sahan Serasinghe 2019-10-01 22:27:05 +09:30 committed by Matias Niemelä
parent d2222541e8
commit eaa1984d41
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ export type RunGuardsAndResolvers = 'pathParamsChange' | 'pathParamsOrQueryParam
* the router would apply the redirect even when navigating to the redirect destination,
* creating an endless loop.
*
* In the following example, supplying the 'full' `patchMatch` strategy ensures
* In the following example, supplying the 'full' `pathMatch` strategy ensures
* that the router applies the redirect if and only if navigating to '/'.
*
* ```