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 <targos@protonmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
  • Loading branch information
ramesius authored and evanlucas committed Jan 30, 2018
1 parent 74c1f4e commit 17ef69e
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 17ef69e

Please sign in to comment.