Skip to content

Commit 59db829

Browse files
xuchaobeitargos
authored andcommittedOct 4, 2021
doc: fix typo in async_hooks.md
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]>
1 parent 4d46bde commit 59db829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/async_hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ created, while `triggerAsyncId` shows *why* a resource was created.
356356
The following is a simple demonstration of `triggerAsyncId`:
357357

358358
```mjs
359-
import { createHook, executionASyncId } from 'async_hooks';
359+
import { createHook, executionAsyncId } from 'async_hooks';
360360
import { stdout } from 'process';
361361
import net from 'net';
362362

0 commit comments

Comments
 (0)
Please sign in to comment.