Skip to content

Commit

Permalink
doc: fix typos in async_hooks
Browse files Browse the repository at this point in the history
PR-URL: #18314
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
Matthew Turner authored and evanlucas committed Jan 30, 2018
1 parent f050521 commit 485d60e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/async_hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ RANDOMBYTESREQUEST, TLSWRAP, Timeout, Immediate, TickObject
There is also the `PROMISE` resource type, which is used to track `Promise`
instances and asynchronous work scheduled by them.

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

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

###### `triggerId`
Expand Down

0 comments on commit 485d60e

Please sign in to comment.