Skip to content

Commit 0dc5080

Browse files
JakobJingleheimertargos
authored andcommitted
doc: fix split infinitive in Hooks caveat
PR-URL: #47550 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]>
1 parent 936d7cb commit 0dc5080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/esm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ prevent unintentional breaks in the chain.
736736
Hooks are run in a separate thread, isolated from the main. That means it is a
737737
different [realm](https://tc39.es/ecma262/#realm). The hooks thread may be
738738
terminated by the main thread at any time, so do not depend on asynchronous
739-
operations to (like `console.log`) complete.
739+
operations (like `console.log`) to complete.
740740
741741
#### `resolve(specifier, context, nextResolve)`
742742

0 commit comments

Comments
 (0)