docs: fix small typo

This commit is contained in:
uid11 2024-07-03 19:44:50 +03:00 committed by GitHub
parent 1c69d3e175
commit 70f0dcde7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,7 +113,7 @@ Returns the matching [Request] object.
## async method: Response.securityDetails ## async method: Response.securityDetails
* since: v1.13 * since: v1.13
- returns: <[null]|[Object]> - returns: <[null]|[Object]>
- `issuer` ?<[string]> Common Name component of the Issuer field. - `issuer` ?<[string]> Common Name component of the Issuer field
from the certificate. This should only be used for informational purposes. Optional. from the certificate. This should only be used for informational purposes. Optional.
- `protocol` ?<[string]> The specific TLS protocol used. (e.g. `TLS 1.3`). Optional. - `protocol` ?<[string]> The specific TLS protocol used. (e.g. `TLS 1.3`). Optional.
- `subjectName` ?<[string]> Common Name component of the Subject - `subjectName` ?<[string]> Common Name component of the Subject