diff --git a/packages/router/src/router_module.ts b/packages/router/src/router_module.ts index 1322c00118..9d0590e42a 100644 --- a/packages/router/src/router_module.ts +++ b/packages/router/src/router_module.ts @@ -444,8 +444,8 @@ export interface ExtraOptions { * * `Link to A` * - * In other words, you're required to use `../` rather than `./`. The current default in v6 - * is `legacy`, and this option will be removed in v7 to default to the corrected behavior. + * In other words, you're required to use `../` rather than `./`. This is currently the default + * behavior. Setting this option to `corrected` enables the fix. */ relativeLinkResolution?: 'legacy'|'corrected'; }