Skip to content

Commit 91d41e7

Browse files
aduh95RafaelGSS
authored andcommitted
doc: fix name of the flag in initialize() docs
PR-URL: #49158 Reviewed-By: Debadree Chatterjee <[email protected]> Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent aa4caf8 commit 91d41e7

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
@@ -766,7 +766,7 @@ added: REPLACEME
766766
The `initialize` hook provides a way to define a custom function that runs
767767
in the loader's thread when the loader is initialized. Initialization happens
768768
when the loader is registered via [`register`][] or registered via the
769-
`--loader` command line option.
769+
`--experimental-loader` command line option.
770770
771771
This hook can send and receive data from a [`register`][] invocation, including
772772
ports and other transferrable objects. The return value of `initialize` must be

0 commit comments

Comments
 (0)