aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/api/import-meta.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/api/import-meta.md b/docs/api/import-meta.md
index bc8de7af5..3c22308ce 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)
---