diff --git a/docs/api/import-meta.md b/docs/api/import-meta.md index bc8de7af54..3c22308ce4 100644 --- a/docs/api/import-meta.md +++ b/docs/api/import-meta.md @@ -29,8 +29,7 @@ import.meta.resolveSync("zod") --- - `import.meta.path` -- Absolute path to the current file, e.g. `/path/to/project/index.tx`. -- Equivalent to `__filename` in CommonJS modules (and Node.js) +- Absolute path to the current file, e.g. `/path/to/project/index.tx`. Equivalent to `__filename` in CommonJS modules (and Node.js) ---