We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea94ec commit 319c275Copy full SHA for 319c275
doc/api/quic.md
@@ -2465,7 +2465,7 @@ start of a new `QuicServerSession`. It is invoked with three arguments:
2465
* `servername` {string} The SNI server name specified by the client.
2466
* `ciphers` {string[]} The array of TLS 1.3 ciphers specified by the client.
2467
2468
-The `clientHelloHandler` *may* return a new {tls.SecureContext} object that will
+The `clientHelloHandler` can return a new {tls.SecureContext} object that will
2469
be used to continue the TLS handshake. If the function returns `undefined`, the
2470
default {tls.SecureContext} will be used. Returning any other value will cause
2471
an error to be thrown that will destroy the `QuicServerSession` instance.
0 commit comments