aboutsummaryrefslogtreecommitdiff
path: root/docs/guides/util/import-meta-path.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guides/util/import-meta-path.md')
-rw-r--r--docs/guides/util/import-meta-path.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/util/import-meta-path.md b/docs/guides/util/import-meta-path.md
index b93670a38..7b70ba08e 100644
--- a/docs/guides/util/import-meta-path.md
+++ b/docs/guides/util/import-meta-path.md
@@ -2,7 +2,7 @@
name: Get the absolute path of the current file
---
-Bun provides a handful of module-specific utilities on the [`import.meta`](/docs/api/import-meta) object. Use `import.meta.path` to retreive the absolute path of the current file.
+Bun provides a handful of module-specific utilities on the [`import.meta`](/docs/api/import-meta) object. Use `import.meta.path` to retrieve the absolute path of the current file.
```ts#/a/b/c.ts
import.meta.path; // => "/a/b/c.ts"