From b695f1221c1f064ba7d7df1392803b46d097ef06 Mon Sep 17 00:00:00 2001 From: Numaan Ashraf Date: Wed, 15 Nov 2017 20:54:24 +0530 Subject: [PATCH] :memo: Fix typo in session docs --- docs/api/session.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/session.md b/docs/api/session.md index 25ca1b3a8242..d3f128ff5de4 100644 --- a/docs/api/session.md +++ b/docs/api/session.md @@ -259,7 +259,7 @@ the original network configuration. * `verificationResult` Integer - Value can be one of certificate error codes from [here](https://code.google.com/p/chromium/codesearch#chromium/src/net/base/net_error_list.h). Apart from the certificate error codes, the following special codes can be used. - * `0` - Indicates success and disables Certificate Transperancy verification. + * `0` - Indicates success and disables Certificate Transparency verification. * `-2` - Indicates failure. * `-3` - Uses the verification result from chromium.