diff --git a/packages/router/src/config.ts b/packages/router/src/config.ts index b871429a66..9ba6564de9 100644 --- a/packages/router/src/config.ts +++ b/packages/router/src/config.ts @@ -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 '/'. * * ```