summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSteven R. Loomis <srloomis@us.ibm.com>2019-03-26 12:55:21 -0700
committerSteven R. Loomis <srloomis@us.ibm.com>2019-03-28 14:20:08 -0700
commit36e5fd2915e1ff9a8f0944b1a7783760fab38654 (patch)
tree927dffe3f5e60ac8524d19cbeeda55ce5177057e /doc
parentf11f1808785fee9741436dfb43a87e2050d8b3af (diff)
downloadandroid-node-v8-36e5fd2915e1ff9a8f0944b1a7783760fab38654.tar.gz
android-node-v8-36e5fd2915e1ff9a8f0944b1a7783760fab38654.tar.bz2
android-node-v8-36e5fd2915e1ff9a8f0944b1a7783760fab38654.zip
doc: correct typo: cert.issuerCertificate
- docs incorrectly mention issuerCert, should be issuerCertificate Fix for Commit: https://github.com/nodejs/node/commit/a856406c2dc#diff-f6e3a86962eaf0897ab59e88b418e64fR678 Fix for PR: https://github.com/nodejs/node/pull/24358
Diffstat (limited to 'doc')
-rw-r--r--doc/api/tls.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 2a9bcd6f29..65897ab315 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -855,7 +855,7 @@ certificate.
alternative to the `subject` names.
* `infoAccess` {Array} (Optional) An array describing the AuthorityInfoAccess,
used with OCSP.
-* `issuerCert` {Object} (Optional) The issuer certificate object. For
+* `issuerCertificate` {Object} (Optional) The issuer certificate object. For
self-signed certificates, this may be a circular reference.
The certificate may contain information about the public key, depending on