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 4839ef3

Browse filesBrowse files
vitaly-tevanlucas
authored andcommitted
doc: correcting misspelling
Changing `stringp` to `string`. PR-URL: #7797 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
1 parent 3343d46 commit 4839ef3
Copy full SHA for 4839ef3

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
@@ -724,7 +724,7 @@ added: v0.11.3
724724
specified, `host` and `port` are ignored.
725725
* `pfx` {string|Buffer} A string or `Buffer` containing the private key,
726726
certificate, and CA certs of the client in PFX or PKCS12 format.
727-
* `key` {string|stringp[]|Buffer|Buffer[]} A string, `Buffer`, array of
727+
* `key` {string|string[]|Buffer|Buffer[]} A string, `Buffer`, array of
728728
strings, or array of `Buffer`s containing the private key of the client in
729729
PEM format.
730730
* `passphrase` {string} A string containing the passphrase for the private key
@@ -798,7 +798,7 @@ added: v0.11.3
798798
specified, `host` and `port` are ignored.
799799
* `pfx` {string|Buffer} A string or `Buffer` containing the private key,
800800
certificate, and CA certs of the client in PFX or PKCS12 format.
801-
* `key` {string|stringp[]|Buffer|Buffer[]} A string, `Buffer`, array of
801+
* `key` {string|string[]|Buffer|Buffer[]} A string, `Buffer`, array of
802802
strings, or array of `Buffer`s containing the private key of the client in
803803
PEM format.
804804
* `passphrase` {string} A string containing the passphrase for the private key

0 commit comments

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