1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 07:44:48 -05: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 GitHub
parent 8edb36fea4
commit 6c6e49629c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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