Skip to content

Commit 03f69a8

Browse files
Update lib/internal/modules/esm/loader.js
Co-authored-by: Geoffrey Booth <[email protected]>
1 parent ee16c17 commit 03f69a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/modules/esm/loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ class CustomizedModuleLoader {
612612
register(originalSpecifier, parentURL, data, transferList) {
613613
if (isMainThread) {
614614
// Only the main thread has a Hooks instance with worker thread. All other Worker threads
615-
// delegate thier hooks to the HooksThread of the main thread.
615+
// delegate their hooks to the HooksThread of the main thread.
616616
return hooksProxy.makeSyncRequest('register', transferList, originalSpecifier, parentURL, data);
617617
}
618618
}

0 commit comments

Comments
 (0)