Skip to content

Commit 826f84b

Browse files
marsonyasbaayel
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 6949318 commit 826f84b

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
@@ -435,7 +435,7 @@ import { readFile } from 'fs/promises';
435435
const json = JSON.parse(await readFile(new URL('./dat.json', import.meta.url)));
436436
```
437437
438-
Alterantively `module.createRequire()` can be used.
438+
Alternatively `module.createRequire()` can be used.
439439
440440
#### No Native Module Loading
441441

0 commit comments

Comments
 (0)