Skip to content

Commit 7ed2fdf

Browse files
authored
esm: fix typo in worker loader hook comment
PR-URL: #62475 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 8ea96e6 commit 7ed2fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/modules/esm/worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const { isCascadedLoaderInitialized, getOrInitializeCascadedLoader } = require('
3737
const { AsyncLoaderHooksOnLoaderHookWorker } = require('internal/modules/esm/hooks');
3838

3939
/**
40-
* Register asynchronus module loader customization hooks. This should only be run in the loader
40+
* Register asynchronous module loader customization hooks. This should only be run in the loader
4141
* hooks worker. In a non-loader-hooks thread, if any asynchronous loader hook is registered, the
4242
* ModuleLoader#asyncLoaderHooks are initialized to be AsyncLoaderHooksProxiedToLoaderHookWorker
4343
* which posts the messages to the async loader hook worker thread.

0 commit comments

Comments
 (0)