diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md index d584286d782eea..d6407dea2837b3 100644 --- a/doc/api/async_hooks.md +++ b/doc/api/async_hooks.md @@ -192,8 +192,8 @@ Every new resource is assigned a unique ID. ###### `type` The `type` is a string that represents the type of resource that caused -`init` to be called. Generally it will correspond the name of the resource's -constructor. +`init` to be called. Generally, it will correspond to the name of the +resource's constructor. ``` FSEVENTWRAP, FSREQWRAP, GETADDRINFOREQWRAP, GETNAMEINFOREQWRAP, HTTPPARSER,