diff --git a/packages/router/src/config.ts b/packages/router/src/config.ts index 2ce2a3cbb9..bf8e954b01 100644 --- a/packages/router/src/config.ts +++ b/packages/router/src/config.ts @@ -420,7 +420,7 @@ export interface Route { */ component?: Type; /** - * A URL to which to redirect when a the path matches. + * A URL to redirect to when the path matches. * Absolute if the URL begins with a slash (/), otherwise relative to the path URL. * When not present, router does not redirect. */