Skip to content

Commit 8b60e66

Browse files
marsonyatargos
authored andcommitted
doc: fix typo in doc/api/esm.md
PR-URL: #37400 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Pooja D P <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Zijian Liu <[email protected]>
1 parent 776ef11 commit 8b60e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/esm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ import { readFile } from 'fs/promises';
431431
const json = JSON.parse(await readFile(new URL('./dat.json', import.meta.url)));
432432
```
433433
434-
Alterantively `module.createRequire()` can be used.
434+
Alternatively `module.createRequire()` can be used.
435435
436436
#### No Native Module Loading
437437

0 commit comments

Comments
 (0)