diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md index fdc1158f22bc37..b22c2448046721 100644 --- a/doc/api/async_hooks.md +++ b/doc/api/async_hooks.md @@ -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