From 65a6e458ebd14f2e5496eb341eea75463482e942 Mon Sep 17 00:00:00 2001 From: Paul Dixon Date: Fri, 20 Mar 2020 09:26:11 +0000 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9014871..938371e 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ sleep(30); // this further sleep is recommended, depending on your DNS provider, ``` With DNS validation, after the `selfTest` has confirmed that DNS has been updated, it is -recommend you wait some additional time before proceeding, e.g. `sleep(30);`. This is +recommended you wait some additional time before proceeding, e.g. `sleep(30);`. This is because Let’s Encrypt will perform [multiple viewpoint validation](https://community.letsencrypt.org/t/acme-v1-v2-validating-challenges-from-multiple-network-vantage-points/112253), and your DNS provider may not have completed propagating the changes across their network.