Skip to content

Commit 2794e88

Browse files
srl295BethGriggs
authored andcommitted
doc: correct typo: cert.issuerCertificate
- docs incorrectly mention issuerCert, should be issuerCertificate Fix for Commit: a856406c2dc#diff-f6e3a86962eaf0897ab59e88b418e64fR678 Fix for PR: #24358
1 parent cf66e93 commit 2794e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ certificate.
855855
alternative to the `subject` names.
856856
* `infoAccess` {Array} (Optional) An array describing the AuthorityInfoAccess,
857857
used with OCSP.
858-
* `issuerCert` {Object} (Optional) The issuer certificate object. For
858+
* `issuerCertificate` {Object} (Optional) The issuer certificate object. For
859859
self-signed certificates, this may be a circular reference.
860860

861861
The certificate may contain information about the public key, depending on

0 commit comments

Comments
 (0)