From 75954865e6a11b7474cbe3014486496ea2d8ef26 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 20 Jun 2019 13:55:29 -0600 Subject: [PATCH] doc: remove "note that" from errors.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/remark-preset-lint-node/pull/16 PR-URL: https://github.com/nodejs/node/pull/28329 Reviewed-By: Gus Caplan Reviewed-By: Trivikram Kamat Reviewed-By: Tobias Nießen Reviewed-By: Ruben Bridgewater --- doc/api/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index 24385d99b6ac1f..64c1da8f93ab10 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -634,7 +634,7 @@ An attempt was made to register something that is not a function as an ### ERR_ASYNC_TYPE -The type of an asynchronous resource was invalid. Note that users are also able +The type of an asynchronous resource was invalid. Users are also able to define their own types if using the public embedder API.