From cd0b5fa6aa0bf162c2fa006dde571b3f0bf332ba Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 29 Aug 2025 15:55:32 +0200 Subject: [PATCH] chore: wrong jsdoc --- packages/router/src/router.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/router/src/router.ts b/packages/router/src/router.ts index 9e3da879..533a1b1f 100644 --- a/packages/router/src/router.ts +++ b/packages/router/src/router.ts @@ -94,7 +94,7 @@ export interface Router readonly options: RouterOptions /** - * Add a new {@link EXPERIMENTAL_RouteRecordRaw | route record} as the child of an existing route. + * Add a new {@link RouteRecordRaw | route record} as the child of an existing route. * * @param parentName - Parent Route Record where `route` should be appended at * @param route - Route Record to add @@ -105,7 +105,7 @@ export interface Router route: RouteRecordRaw ): () => void /** - * Add a new {@link EXPERIMENTAL_RouteRecordRaw | route record} to the router. + * Add a new {@link RouteRecordRaw | route record} to the router. * * @param route - Route Record to add */ -- 2.47.3