We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4386ec9 commit 604ca65Copy full SHA for 604ca65
packages/router/src/router.ts
@@ -236,7 +236,7 @@ export interface Router {
236
* Returns the {@link RouteLocation | normalized version} of a
237
* {@link RouteLocationRaw | route location}. Also includes an `href` property
238
* that includes any existing `base`. By default, the `currentLocation` used is
239
- * `route.currentRoute` and should only be overridden in advanced use cases.
+ * `router.currentRoute` and should only be overridden in advanced use cases.
240
*
241
* @param to - Raw route location to resolve
242
* @param currentLocation - Optional current location to resolve against
0 commit comments