diff --git a/lib/internal/modules/esm/loader.js b/lib/internal/modules/esm/loader.js index 7fa121ea592cee..c3a4fe9893bb81 100644 --- a/lib/internal/modules/esm/loader.js +++ b/lib/internal/modules/esm/loader.js @@ -625,7 +625,7 @@ class CustomizedModuleLoader { register(originalSpecifier, parentURL, data, transferList) { if (isMainThread) { // Only the main thread has a Hooks instance with worker thread. All other Worker threads - // delegate thier hooks to the HooksThread of the main thread. + // delegate their hooks to the HooksThread of the main thread. return hooksProxy.makeSyncRequest('register', transferList, originalSpecifier, parentURL, data); } }