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