Skip to content

Commit f30a660

Browse files
authored
fix typo error
1 parent c7da13c commit f30a660

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)