From 8fbac2e39e3b9e2f57d966737e04837115d312aa Mon Sep 17 00:00:00 2001 From: molsson Date: Mon, 12 Mar 2018 10:04:03 +0100 Subject: [PATCH] Fix typo in docs --- docs/user-guide/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/examples.md b/docs/user-guide/examples.md index f38bbb2d1..29824a05e 100644 --- a/docs/user-guide/examples.md +++ b/docs/user-guide/examples.md @@ -155,7 +155,7 @@ This configuration allows generating a Let's Encrypt certificate (thanks to `HTT !!! note This option simplifies the configuration but : - * TLS handshakes will be slow when requesting a host name certificate for the first time, this can leads to DDoS attacks. + * TLS handshakes will be slow when requesting a hostname certificate for the first time, which can lead to DDoS attacks. * Let's Encrypt have rate limiting: https://letsencrypt.org/docs/rate-limits That's why, it's better to use the `onHostRule` option if possible.