summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2022-04-03 15:45:13 +0200
committerJuan José Arboleda <soyjuanarbol@gmail.com>2022-04-06 12:25:53 -0500
commitc83ea22f7c0b4d09effa3be9c330a5f6fefe371d (patch)
treeb835b81bbbb5dda11f0e23ce9542e6c08337a780
parente798e26dfd2e636b9d335747f89d2539ae7e5e16 (diff)
downloadnode-new-c83ea22f7c0b4d09effa3be9c330a5f6fefe371d.tar.gz
doc: change "OCSP Request" to "OCSP request"
PR-URL: https://github.com/nodejs/node/pull/42582 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com>
-rw-r--r--doc/api/tls.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 4eb6232f07..7400e919ef 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).