There was an error while loading. Please reload this page.
1 parent 73ad707 commit 7121ee0Copy full SHA for 7121ee0
packages/vite/src/node/plugins/importMetaGlob.ts
@@ -485,7 +485,7 @@ export async function toAbsoluteGlob(
485
if (isAbsolute(resolved)) return pre + resolved
486
487
throw new Error(
488
- `Invalid glob: "${glob}" (resolved: "${resolved}"). It must starts with '/' or './'`
+ `Invalid glob: "${glob}" (resolved: "${resolved}"). It must start with '/' or './'`
489
)
490
}
491
0 commit comments