From: Eduardo San Martin Morote Date: Thu, 24 Nov 2022 16:02:16 +0000 (+0100) Subject: docs: typo X-Git-Tag: v4.2.0~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=604ca650876d420bee0cc80acd75e63890336c34;p=thirdparty%2Fvuejs%2Frouter.git docs: typo Close #1615 --- 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