Skip to content

Commit dff842a

Browse files
author
Chris Young
committed
doc: fixes a typo in the async_hooks documentation
> Generally it will correspond the name of the resource's constructor. should read "will correspond with..." Fixes: #13663
1 parent 9dc3f93 commit dff842a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/async_hooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ Every new resource is assigned a unique ID.
192192
###### `type`
193193

194194
The `type` is a string that represents the type of resource that caused
195-
`init` to be called. Generally it will correspond the name of the resource's
196-
constructor.
195+
`init` to be called. Generally it will correspond with the name of the
196+
resource's constructor.
197197

198198
```
199199
FSEVENTWRAP, FSREQWRAP, GETADDRINFOREQWRAP, GETNAMEINFOREQWRAP, HTTPPARSER,

0 commit comments

Comments
 (0)