We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea96e6 commit 7ed2fdfCopy full SHA for 7ed2fdf
1 file changed
lib/internal/modules/esm/worker.js
@@ -37,7 +37,7 @@ const { isCascadedLoaderInitialized, getOrInitializeCascadedLoader } = require('
37
const { AsyncLoaderHooksOnLoaderHookWorker } = require('internal/modules/esm/hooks');
38
39
/**
40
- * Register asynchronus module loader customization hooks. This should only be run in the loader
+ * Register asynchronous module loader customization hooks. This should only be run in the loader
41
* hooks worker. In a non-loader-hooks thread, if any asynchronous loader hook is registered, the
42
* ModuleLoader#asyncLoaderHooks are initialized to be AsyncLoaderHooksProxiedToLoaderHookWorker
43
* which posts the messages to the async loader hook worker thread.
0 commit comments