From 3b2c0941e4b418dcf2bfbc5117da76338f45a90e Mon Sep 17 00:00:00 2001 From: Jonathan Neal Date: Tue, 12 Sep 2023 22:14:26 -0400 Subject: docs: fix typo in import.meta.resolve (#5146) --- docs/api/import-meta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/api') diff --git a/docs/api/import-meta.md b/docs/api/import-meta.md index 3c22308ce..37f35884d 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"); -- cgit v1.2.3