Skip to content

Commit

Permalink
doc: fix typo in async_hooks.md
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ramesius authored and vsemozhetbyt committed Jan 22, 2018
1 parent 8803b69 commit 55a9375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/async_hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55a9375

Please sign in to comment.