diff --git a/doc/api/tls.md b/doc/api/tls.md index 764491cf1d2b74..976f7285bd517c 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -978,7 +978,7 @@ property is set only when `tlsSocket.authorized === false`. added: v0.11.4 --> -* Returns: {boolean} +* {boolean} Returns `true` if the peer certificate was signed by one of the CAs specified when creating the `tls.TLSSocket` instance, otherwise `false`.