Skip to content

Commit

Permalink
fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchaobei committed Sep 23, 2021
1 parent c7da13c commit f30a660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/async_hooks.md
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 f30a660

Please sign in to comment.