From a9748bc12412e5afe147f018c62a974ef9a270b6 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Wed, 24 Apr 2019 13:01:29 -0700 Subject: [PATCH] doc: describe API ERR_INVALID_PROTOCOL context ERR_INVALID_PROTOCOL docs should describe the API it relates to. See: https://github.com/nodejs/node/pull/27390/files#r278246361 PR-URL: https://github.com/nodejs/node/pull/27393 Reviewed-By: Ruben Bridgewater Reviewed-By: Beth Griggs Reviewed-By: Rich Trott Reviewed-By: Anna Henningsen Reviewed-By: Trivikram Kamat Reviewed-By: Anto Aravinth --- 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 79570ffb510ea9..2cb4bc067e24b8 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1305,7 +1305,7 @@ invalid. ### ERR_INVALID_PROTOCOL -An invalid `options.protocol` was passed. +An invalid `options.protocol` was passed to `http.request()`. ### ERR_INVALID_REPL_EVAL_CONFIG