From 604ca650876d420bee0cc80acd75e63890336c34 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 24 Nov 2022 17:02:16 +0100 Subject: [PATCH] docs: typo Close #1615 --- packages/router/src/router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/router/src/router.ts b/packages/router/src/router.ts index e0ec065a..b74789d5 100644 --- a/packages/router/src/router.ts +++ b/packages/router/src/router.ts @@ -236,7 +236,7 @@ export interface Router { * Returns the {@link RouteLocation | normalized version} of a * {@link RouteLocationRaw | route location}. Also includes an `href` property * that includes any existing `base`. By default, the `currentLocation` used is - * `route.currentRoute` and should only be overridden in advanced use cases. + * `router.currentRoute` and should only be overridden in advanced use cases. * * @param to - Raw route location to resolve * @param currentLocation - Optional current location to resolve against -- 2.47.2