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 0948479 commit 0c762fbCopy full SHA for 0c762fb
1 file changed
doc/api/esm.md
@@ -807,7 +807,7 @@ const require = createRequire(cwd() + '/<preload>');
807
```
808
809
In order to allow communication between the application and the loader another
810
-argument is provided to the preload code `port`. This is available as an
+argument is provided to the preload code `port`. This is available as a
811
parameter to the loader hook and inside of the source text returned by the hook.
812
Some care must be taken in order to properly `ref()` and `unref()` the
813
`MessagePort` to prevent a process from being in a state where it won't close
0 commit comments