mirror of
https://github.com/denoland/deno.git
synced 2024-10-29 08:58:01 -04:00
chore: fix typo in docs (#22232)
Signed-off-by: Dan Rose <danoftheroses@gmail.com>
This commit is contained in:
parent
0ed4037288
commit
173a723786
1 changed files with 1 additions and 1 deletions
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;
|
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).
|
* This property is only provided for local modules (ie. using `file://` URLs).
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue