Skip to content

Commit e59680f

Browse files
authored
🤖 Merge PR DefinitelyTyped#73102 Update module.d.ts by @huseeiin
1 parent 88e7178 commit e59680f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/node/module.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ declare module "module" {
626626
/**
627627
* The directory name of the current module.
628628
*
629-
* This is the same as the ``path.dirname()` of the `import.meta.filename`.
629+
* This is the same as the `path.dirname()` of the `import.meta.filename`.
630630
*
631631
* > **Caveat**: only present on `file:` modules.
632632
* @since v21.2.0, v20.11.0

0 commit comments

Comments
 (0)