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). *