Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8966ab3

Browse filesBrowse files
tniessentargos
authored andcommitted
doc: improve grammar in API description
PR-URL: #40959 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent fa9b5c3 commit 8966ab3
Copy full SHA for 8966ab3

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/tls.md‎

Copy file name to clipboardExpand all lines: doc/api/tls.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1472,8 +1472,8 @@ Verifies the certificate `cert` is issued to `hostname`.
14721472
Returns {Error} object, populating it with `reason`, `host`, and `cert` on
14731473
failure. On success, returns {undefined}.
14741474

1475-
This function can be overwritten by providing alternative function as part of
1476-
the `options.checkServerIdentity` option passed to `tls.connect()`. The
1475+
This function can be overwritten by providing an alternative function as the
1476+
`options.checkServerIdentity` option that is passed to `tls.connect()`. The
14771477
overwriting function can call `tls.checkServerIdentity()` of course, to augment
14781478
the checks done with additional verification.
14791479

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.