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 936d7cb commit 0dc5080Copy full SHA for 0dc5080
doc/api/esm.md
@@ -736,7 +736,7 @@ prevent unintentional breaks in the chain.
736
Hooks are run in a separate thread, isolated from the main. That means it is a
737
different [realm](https://tc39.es/ecma262/#realm). The hooks thread may be
738
terminated by the main thread at any time, so do not depend on asynchronous
739
-operations to (like `console.log`) complete.
+operations (like `console.log`) to complete.
740
741
#### `resolve(specifier, context, nextResolve)`
742
0 commit comments