docs: fix small typo
This commit is contained in:
parent
1c69d3e175
commit
70f0dcde7b
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue