]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: typo
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 18 Nov 2025 15:54:14 +0000 (16:54 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 18 Nov 2025 15:54:14 +0000 (16:54 +0100)
sent in a deleted PR at 47b0ceb77a53b54f7c05a8f965003d11b805bead

packages/router/src/experimental/route-resolver/resolver-fixed.ts

index 92b06b88a0c0275abb019b11c06f02db90c60e7f..4cbb0b0989c18e13cc30096ce36b30a0385c69ad 100644 (file)
@@ -220,7 +220,7 @@ export function createFixedResolver<
         }
       }
 
-      // either one of them must be defined and is catched by the dev only warn above
+      // either one of them must be defined and is caught by the dev only warn above
       const name = to.name ?? currentLocation!.name
       const record = recordMap.get(name)!