Skip to content

Commit 7121ee0

Browse files
authored
chore: fix typo in error message (#9645)
1 parent 73ad707 commit 7121ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/plugins/importMetaGlob.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ export async function toAbsoluteGlob(
485485
if (isAbsolute(resolved)) return pre + resolved
486486

487487
throw new Error(
488-
`Invalid glob: "${glob}" (resolved: "${resolved}"). It must starts with '/' or './'`
488+
`Invalid glob: "${glob}" (resolved: "${resolved}"). It must start with '/' or './'`
489489
)
490490
}
491491

0 commit comments

Comments
 (0)