]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: typo
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 31 Jul 2025 16:05:06 +0000 (18:05 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 31 Jul 2025 16:05:06 +0000 (18:05 +0200)
packages/router/src/navigationGuards.ts

index a2be525a573977df0819167272f3d014a08ceffd..7c5cf27535ff89a4eb4380d4faf77e82c517a53d 100644 (file)
@@ -244,7 +244,7 @@ export function extractComponentsGuards(
     if (
       __DEV__ &&
       !record.components &&
-      // in the nex records, there is no children, only parents
+      // in the new records, there is no children, only parents
       record.children &&
       !record.children.length
     ) {