Skip to content

Commit f28dd8e

Browse files
Chris Youngaddaleax
Chris Young
authored andcommitted
doc: fixes a typo in the async_hooks documentation
> Generally it will correspond the name of the resource's constructor. should read "Generally, it will correspond to the name..." PR-URL: #13666 Fixes: #13663 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
1 parent 0d87b31 commit f28dd8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/async_hooks.md

+2-2
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 to the name of the
196+
resource's constructor.
197197

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

0 commit comments

Comments
 (0)