Skip to content

Commit f7b0054

Browse files
TrottMylesBorins
authored andcommitted
doc: use serial comma in tls.md
PR-URL: #17464 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 5e0f393 commit f7b0054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/tls.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -753,8 +753,8 @@ added: v0.8.4
753753

754754
Verifies the certificate `cert` is issued to host `host`.
755755

756-
Returns {Error} object, populating it with the reason, host and cert on failure.
757-
On success, returns {undefined}.
756+
Returns {Error} object, populating it with the reason, host, and cert on
757+
failure. On success, returns {undefined}.
758758

759759
*Note*: This function can be overwritten by providing alternative function
760760
as part of the `options.checkServerIdentity` option passed to `tls.connect()`.

0 commit comments

Comments
 (0)