diff options
Diffstat (limited to 'cli/tsc/dts/lib.deno.ns.d.ts')
-rw-r--r-- | cli/tsc/dts/lib.deno.ns.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc/dts/lib.deno.ns.d.ts b/cli/tsc/dts/lib.deno.ns.d.ts index 2d590aed8..7e9e4277a 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). * |