From 55dabafe1cfe111665cbffd64b26206eb3a1a04c Mon Sep 17 00:00:00 2001 From: Mir Mufaqam Ali Date: Fri, 22 Dec 2017 17:49:41 +0530 Subject: [PATCH] errors.md: Paraphrase the error message in case of the ERR_TLS_RENEGOTIATION_DISABLED This commit paraphrases the error message corresponding to the ERR_TLS_RENEGOTIATION_DISABLED key, so as to ensure consistency with the other error messages. Fixes: https://github.com/nodejs/node/issues/17709 --- doc/api/errors.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index 362f7d14a40b98..dd817d3710bf2d 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1505,8 +1505,7 @@ vector for denial-of-service attacks. ### ERR_TLS_RENEGOTIATION_DISABLED -This errors is triggered when attempts are made to renegotiate TLS on a socket -instance which has TLS disabled +An attempt was made to renegotiate TLS on a socket instance with TLS disabled. ### ERR_TRANSFORM_ALREADY_TRANSFORMING