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
pull/26934/head
Steven R. Loomis 2019-03-26 12:55:21 -07:00
parent f11f180878
commit 36e5fd2915
1 changed files with 1 additions and 1 deletions

View File

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