From: Eduardo San Martin Morote Date: Thu, 31 Jul 2025 16:05:06 +0000 (+0200) Subject: chore: typo X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf813e891c40ee7cd27227ea8b7e1585612f0388;p=thirdparty%2Fvuejs%2Frouter.git chore: typo --- diff --git a/packages/router/src/navigationGuards.ts b/packages/router/src/navigationGuards.ts index a2be525a..7c5cf275 100644 --- a/packages/router/src/navigationGuards.ts +++ b/packages/router/src/navigationGuards.ts @@ -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 ) {