Skip to content

Commit 485d60e

Browse files
Matthew Turnerevanlucas
Matthew Turner
authored andcommitted
doc: fix typos in async_hooks
PR-URL: #18314 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent f050521 commit 485d60e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/async_hooks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,10 @@ RANDOMBYTESREQUEST, TLSWRAP, Timeout, Immediate, TickObject
244244
There is also the `PROMISE` resource type, which is used to track `Promise`
245245
instances and asynchronous work scheduled by them.
246246

247-
Users are be able to define their own `type` when using the public embedder API.
247+
Users are able to define their own `type` when using the public embedder API.
248248

249249
*Note:* It is possible to have type name collisions. Embedders are encouraged
250-
to use a unique prefixes, such as the npm package name, to prevent collisions
250+
to use unique prefixes, such as the npm package name, to prevent collisions
251251
when listening to the hooks.
252252

253253
###### `triggerId`

0 commit comments

Comments
 (0)