doc: fix typo in async_hooks.md
Fix typo in `async_hooks.executionAsyncId()` explanation. PR-URL: https://github.com/nodejs/node/pull/18286 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
This commit is contained in:
parent
8803b69c72
commit
55a93756ee
@ -492,7 +492,7 @@ fs.open(path, 'r', (err, fd) => {
|
||||
});
|
||||
```
|
||||
|
||||
The ID returned fom `executionAsyncId()` is related to execution timing, not
|
||||
The ID returned from `executionAsyncId()` is related to execution timing, not
|
||||
causality (which is covered by `triggerAsyncId()`). For example:
|
||||
|
||||
```js
|
||||
|
Loading…
x
Reference in New Issue
Block a user