diff --git a/docs/api/import-meta.md b/docs/api/import-meta.md index 3c22308ce4..37f35884d7 100644 --- a/docs/api/import-meta.md +++ b/docs/api/import-meta.md @@ -39,7 +39,7 @@ import.meta.resolveSync("zod") --- - `import.meta.resolve{Sync}` -- Resolve a module specifier (e.g. `"zod"` or `"./file.tsx`) to an absolute path. While file would be imported if the specifier were imported from this file? +- Resolve a module specifier (e.g. `"zod"` or `"./file.tsx"`) to an absolute path. While file would be imported if the specifier were imported from this file? ```ts import.meta.resolveSync("zod");