Skip to content

Commit 4839ef3

Browse files
vitaly-tevanlucas
authored andcommitted
doc: correcting misspelling
Changing `stringp` to `string`. PR-URL: #7797 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
1 parent 3343d46 commit 4839ef3

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
@@ -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)