doc: fix typo in esm.md
Change `run time` to `runtime` for both correctness and consistency with every other instance of the expression in the docs. PR-URL: https://github.com/nodejs/node/pull/18142 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Jon Moss <me@jonathanmoss.me>
This commit is contained in:
parent
6c76de13c5
commit
359a232348
@ -34,7 +34,7 @@ node --experimental-modules my-app.mjs
|
||||
|
||||
Only the CLI argument for the main entry point to the program can be an entry
|
||||
point into an ESM graph. Dynamic import can also be used with the flag
|
||||
`--harmony-dynamic-import` to create entry points into ESM graphs at run time.
|
||||
`--harmony-dynamic-import` to create entry points into ESM graphs at runtime.
|
||||
|
||||
### Unsupported
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user