From ad49f792a44195a615d9f7c2d1a065a02badd15b Mon Sep 17 00:00:00 2001 From: xcatliu Date: Thu, 20 Sep 2018 22:48:30 +0800 Subject: [PATCH] docs(api.md): Fix description of SecurityDetails class (#3277) --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index ff108febda6..a74504d956b 100644 --- a/docs/api.md +++ b/docs/api.md @@ -3133,7 +3133,7 @@ Contains the URL of the response. ### class: SecurityDetails -[SecurityDetails] class represents responses which are received by page. +[SecurityDetails] class represents the security details when response was received over the secure connection. #### securityDetails.issuer() - returns: <[string]> A string with the name of issuer of the certificate.