From d1c6fd9837e7a192ca818a38e4db656a9d1db07c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sun, 3 Apr 2022 15:45:13 +0200 Subject: [PATCH] doc: change "OCSP Request" to "OCSP request" PR-URL: https://github.com/nodejs/node/pull/42582 Reviewed-By: Luigi Pinca Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Mestery --- doc/api/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index f6d1b609943925..17d80ad4b01b73 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -605,7 +605,7 @@ no OCSP response. Calling `callback(err)` will result in a `socket.destroy(err)` call. -The typical flow of an OCSP Request is as follows: +The typical flow of an OCSP request is as follows: 1. Client connects to the server and sends an `'OCSPRequest'` (via the status info extension in ClientHello).