diff --git a/doc/api/tls.md b/doc/api/tls.md index 9f12b689de1e83..d225b5b54f51e7 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