Skip to content

Commit 0c762fb

Browse files
Update doc/api/esm.md
Co-authored-by: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com>
1 parent 0948479 commit 0c762fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/esm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ const require = createRequire(cwd() + '/<preload>');
807807
```
808808
809809
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
810+
argument is provided to the preload code `port`. This is available as a
811811
parameter to the loader hook and inside of the source text returned by the hook.
812812
Some care must be taken in order to properly `ref()` and `unref()` the
813813
`MessagePort` to prevent a process from being in a state where it won't close

0 commit comments

Comments
 (0)