]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: typo
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 14 Aug 2025 13:48:59 +0000 (15:48 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 14 Aug 2025 13:48:59 +0000 (15:48 +0200)
packages/router/src/experimental/route-resolver/resolver-dynamic.ts

index 3f0020d3680149ae0d3c7dbd4b5ea27651b1d045..dc8de007818affb5c9984c00739db3080d4b7074 100644 (file)
@@ -52,7 +52,7 @@ export interface NEW_RouterResolver<TMatcherRecordRaw, TMatcherRecord>
   removeMatcher(matcher: TMatcherRecord): void
 
   /**
-   * Remove all matcher records. Prevoisly named `clearRoutes()`.
+   * Remove all matcher records. Previously named `clearRoutes()`.
    */
   clearMatchers(): void
 }