From faeb4088fac3cc00d06e7dd9e1e06509dfc99823 Mon Sep 17 00:00:00 2001 From: William Armiros <54150514+willarmiros@users.noreply.github.com> Date: Tue, 14 Apr 2020 11:01:58 -0500 Subject: [PATCH] doc: corrected ERR_SOCKET_CANNOT_SEND message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/32847 Reviewed-By: Colin Ihrig Reviewed-By: Rich Trott Reviewed-By: Ruben Bridgewater Reviewed-By: Juan José Arboleda --- 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 8f6eda57835379..8c1d4d26c1c770 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1745,7 +1745,7 @@ could not be determined. ### `ERR_SOCKET_CANNOT_SEND` -Data could be sent on a socket. +Data could not be sent on a socket. ### `ERR_SOCKET_CLOSED`