From 6c6e49629c216f2b2a8d90ed2d590c0f727f62a4 Mon Sep 17 00:00:00 2001 From: Dan Rose Date: Fri, 2 Feb 2024 14:50:58 -0600 Subject: [PATCH] chore: fix typo in docs (#22232) Signed-off-by: Dan Rose --- cli/tsc/dts/lib.deno.ns.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tsc/dts/lib.deno.ns.d.ts b/cli/tsc/dts/lib.deno.ns.d.ts index 2d590aed83..7e9e4277a5 100644 --- a/cli/tsc/dts/lib.deno.ns.d.ts +++ b/cli/tsc/dts/lib.deno.ns.d.ts @@ -43,7 +43,7 @@ declare interface ImportMeta { */ filename?: string; - /** The absolute path of the dirrectory containing the current module. + /** The absolute path of the directory containing the current module. * * This property is only provided for local modules (ie. using `file://` URLs). *