Skip to content

Commit

Permalink
doc: fix inconsistent styling
Browse files Browse the repository at this point in the history
PR-URL: #4996
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
mscdex authored and jasnell committed Feb 4, 2016
1 parent 538813c commit 01dd8ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/api/tls.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -451,7 +451,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'.

Expand Down

0 comments on commit 01dd8ed

Please sign in to comment.