Skip to content

Commit 359a232

Browse files
committed
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: #18142 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Khaidi Chu <[email protected]> Reviewed-By: Jon Moss <[email protected]>
1 parent 6c76de1 commit 359a232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/esm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ node --experimental-modules my-app.mjs
3434

3535
Only the CLI argument for the main entry point to the program can be an entry
3636
point into an ESM graph. Dynamic import can also be used with the flag
37-
`--harmony-dynamic-import` to create entry points into ESM graphs at run time.
37+
`--harmony-dynamic-import` to create entry points into ESM graphs at runtime.
3838

3939
### Unsupported
4040

0 commit comments

Comments
 (0)