diff --git a/doc/api/tls.md b/doc/api/tls.md index dfa7eb1d3fbb0e..de85421deb570b 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -115,7 +115,7 @@ SNI (Server Name Indication) are TLS handshake extensions: * ALPN: Allows the use of one TLS server for multiple protocols (HTTP, HTTP/2) * SNI: Allows the use of one TLS server for multiple hostnames with different - SSL certificates. + certificates. ### Pre-shared keys