Skip to content

Commit cd0b5fa

Browse files
committed
chore: wrong jsdoc
1 parent 6605a50 commit cd0b5fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/router/src/router.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export interface Router
9494
readonly options: RouterOptions
9595

9696
/**
97-
* Add a new {@link EXPERIMENTAL_RouteRecordRaw | route record} as the child of an existing route.
97+
* Add a new {@link RouteRecordRaw | route record} as the child of an existing route.
9898
*
9999
* @param parentName - Parent Route Record where `route` should be appended at
100100
* @param route - Route Record to add
@@ -105,7 +105,7 @@ export interface Router
105105
route: RouteRecordRaw
106106
): () => void
107107
/**
108-
* Add a new {@link EXPERIMENTAL_RouteRecordRaw | route record} to the router.
108+
* Add a new {@link RouteRecordRaw | route record} to the router.
109109
*
110110
* @param route - Route Record to add
111111
*/

0 commit comments

Comments
 (0)