0
0
Fork 0
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:
Dan Rose 2024-02-02 14:50:58 -06:00 committed by Divy Srivastava
parent 0ed4037288
commit 173a723786

View file

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