Skip to content

Commit 78eb814

Browse files
ramesiusMylesBorins
authored andcommitted
doc: fix typo in async_hooks.md
Fix typo in `async_hooks.executionAsyncId()` explanation. PR-URL: #18286 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
1 parent 0e6cb3f commit 78eb814

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
@@ -492,7 +492,7 @@ fs.open(path, 'r', (err, fd) => {
492492
});
493493
```
494494

495-
The ID returned fom `executionAsyncId()` is related to execution timing, not
495+
The ID returned from `executionAsyncId()` is related to execution timing, not
496496
causality (which is covered by `triggerAsyncId()`). For example:
497497

498498
```js

0 commit comments

Comments
 (0)