From 70f0dcde7bf9748cea5b12e01ecd0ea713a6f3d9 Mon Sep 17 00:00:00 2001 From: uid11 Date: Wed, 3 Jul 2024 19:44:50 +0300 Subject: [PATCH] docs: fix small typo --- docs/src/api/class-response.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/api/class-response.md b/docs/src/api/class-response.md index 13ff68b85b..1b6d61e6b3 100644 --- a/docs/src/api/class-response.md +++ b/docs/src/api/class-response.md @@ -113,7 +113,7 @@ Returns the matching [Request] object. ## async method: Response.securityDetails * since: v1.13 - 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. - `protocol` ?<[string]> The specific TLS protocol used. (e.g. `TLS 1.3`). Optional. - `subjectName` ?<[string]> Common Name component of the Subject