From cad34b3da2bf61efbc34efda7c61769b08af8d4f Mon Sep 17 00:00:00 2001 From: Brian White Date: Sun, 31 Jan 2016 01:31:09 -0500 Subject: [PATCH] doc: fix inconsistent styling --- doc/api/tls.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown index 2c9814e59deb2b..6ef4e439596d4e 100644 --- a/doc/api/tls.markdown +++ b/doc/api/tls.markdown @@ -231,9 +231,9 @@ Typical flow: 5. Client validates the response and either destroys socket or performs a handshake. -NOTE: `issuer` could be null, if the certificate is self-signed or if the issuer -is not in the root certificates list. (You could provide an issuer via `ca` -option.) +NOTE: `issuer` could be `null`, if the certificate is self-signed or if the +issuer is not in the root certificates list. (An issuer may be provided via the +`ca` option) NOTE: adding this event listener will have an effect only on connections established after addition of event listener. @@ -450,7 +450,7 @@ information. Returns an object representing a type, name and size of parameter of an ephemeral key exchange in [Perfect forward Secrecy][] on a client connection. It returns an empty object when the key exchange is not -ephemeral. As it is only supported on a client socket, it returns null +ephemeral. As it is only supported on a client socket, it returns `null` if this is called on a server socket. The supported types are 'DH' and 'ECDH'. The `name` property is only available in 'ECDH'.