mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
chore: fix typo in docs (#22232)
Signed-off-by: Dan Rose <danoftheroses@gmail.com>
This commit is contained in:
parent
8edb36fea4
commit
6c6e49629c
2
cli/tsc/dts/lib.deno.ns.d.ts
vendored
2
cli/tsc/dts/lib.deno.ns.d.ts
vendored
@ -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).
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user