We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776ef11 commit 8b60e66Copy full SHA for 8b60e66
doc/api/esm.md
@@ -431,7 +431,7 @@ import { readFile } from 'fs/promises';
431
const json = JSON.parse(await readFile(new URL('./dat.json', import.meta.url)));
432
```
433
434
-Alterantively `module.createRequire()` can be used.
+Alternatively `module.createRequire()` can be used.
435
436
#### No Native Module Loading
437
0 commit comments