Skip to content

Commit 410b6e6

Browse files
committed
fixup: address review comments
1 parent 88cc039 commit 410b6e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/api/async_hooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ doing this the otherwise infinite recursion is broken.
172172

173173
### Class: `AsyncHook`
174174

175-
The class `AsyncHook` exposes interface for tracking lifetime events
175+
The class `AsyncHook` exposes an interface for tracking lifetime events
176176
of asynchronous operations. Using a unique ID per asynchronous call,
177-
it helps associating method calls that otherwise do not appear together
177+
it helps with associating method calls that otherwise do not appear together
178178
in a typical call stack.
179179

180180
#### `asyncHook.enable()`

0 commit comments

Comments
 (0)