Skip to content

Commit e5134b1

Browse files
mscdexrvagg
authored andcommitted
doc: fix inconsistent styling
PR-URL: #4996 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 09917c9 commit e5134b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api/tls.markdown

+4-4
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ Typical flow:
231231
5. Client validates the response and either destroys socket or performs a
232232
handshake.
233233

234-
NOTE: `issuer` could be null, if the certificate is self-signed or if the issuer
235-
is not in the root certificates list. (You could provide an issuer via `ca`
236-
option.)
234+
NOTE: `issuer` could be `null`, if the certificate is self-signed or if the
235+
issuer is not in the root certificates list. (An issuer may be provided via the
236+
`ca` option)
237237

238238
NOTE: adding this event listener will have an effect only on connections
239239
established after addition of event listener.
@@ -450,7 +450,7 @@ information.
450450
Returns an object representing a type, name and size of parameter of
451451
an ephemeral key exchange in [Perfect forward Secrecy][] on a client
452452
connection. It returns an empty object when the key exchange is not
453-
ephemeral. As it is only supported on a client socket, it returns null
453+
ephemeral. As it is only supported on a client socket, it returns `null`
454454
if this is called on a server socket. The supported types are 'DH' and
455455
'ECDH'. The `name` property is only available in 'ECDH'.
456456

0 commit comments

Comments
 (0)