diff --git a/doc/api/tls.md b/doc/api/tls.md index b7c826b0d5b52e..253517b11fbd5b 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -978,10 +978,10 @@ 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`. +This property is `true` if the peer certificate was signed by one of the CAs +specified when creating the `tls.TLSSocket` instance, otherwise `false`. ### `tlsSocket.disableRenegotiation()`