diff options
author | Dan Rose <danoftheroses@gmail.com> | 2024-02-02 14:50:58 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-02 21:50:58 +0100 |
commit | 6c6e49629c216f2b2a8d90ed2d590c0f727f62a4 (patch) | |
tree | a81f811d6be5456786897493680119c6d3db5efd /cli/tsc/dts/lib.deno.ns.d.ts | |
parent | 8edb36fea40aa4a87c38b45dc9066751d1775210 (diff) |
chore: fix typo in docs (#22232)
Signed-off-by: Dan Rose <danoftheroses@gmail.com>
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). * |