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 <duhamelantoine1995@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
  • Loading branch information
JakobJingleheimer authored Apr 13, 2023
1 parent 4afb25c commit 1c3cbf3
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 1c3cbf3

Please sign in to comment.