Skip to content

Commit

Permalink
doc: fix typo in async_hooks.md
Browse files Browse the repository at this point in the history
PR-URL: #40187
Reviewed-By: Qingyu Deng <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Zijian Liu <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
xuchaobei authored and aduh95 committed Sep 24, 2021
1 parent 3f61940 commit 5f3c1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/async_hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ created, while `triggerAsyncId` shows *why* a resource was created.
The following is a simple demonstration of `triggerAsyncId`:

```mjs
import { createHook, executionASyncId } from 'async_hooks';
import { createHook, executionAsyncId } from 'async_hooks';
import { stdout } from 'process';
import net from 'net';

Expand Down

0 comments on commit 5f3c1b6

Please sign in to comment.