Skip to content

Commit

Permalink
doc: fix split infinitive in Hooks caveat
Browse files Browse the repository at this point in the history
PR-URL: #47550
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
Reviewed-By: Geoffrey Booth <[email protected]>
  • Loading branch information
JakobJingleheimer authored and targos committed May 2, 2023
1 parent 936d7cb commit 0dc5080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ prevent unintentional breaks in the chain.
Hooks are run in a separate thread, isolated from the main. That means it is a
different [realm](https://tc39.es/ecma262/#realm). The hooks thread may be
terminated by the main thread at any time, so do not depend on asynchronous
operations to (like `console.log`) complete.
operations (like `console.log`) to complete.
#### `resolve(specifier, context, nextResolve)`
Expand Down

0 comments on commit 0dc5080

Please sign in to comment.