From dec8114da460fe4396fb7ee68a55d944d29dfbde Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 3 Jun 2017 16:08:01 +0700 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9185513..01710f3 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ test(async t => { }); ``` -You can also make properly authenticated SSL requests by settings a common name for the server certificate and validating against the provided CA certificate: +You can also make properly authenticated SSL requests by setting a common name for the server certificate and validating against the provided CA certificate: ```js test(async t => {