Skip to content

Commit 604ca65

Browse files
committed
docs: typo
Close #1615
1 parent 4386ec9 commit 604ca65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/src/router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export interface Router {
236236
* Returns the {@link RouteLocation | normalized version} of a
237237
* {@link RouteLocationRaw | route location}. Also includes an `href` property
238238
* that includes any existing `base`. By default, the `currentLocation` used is
239-
* `route.currentRoute` and should only be overridden in advanced use cases.
239+
* `router.currentRoute` and should only be overridden in advanced use cases.
240240
*
241241
* @param to - Raw route location to resolve
242242
* @param currentLocation - Optional current location to resolve against

0 commit comments

Comments
 (0)