From c1de6abf23a554ede4c65f3f3b3ffe96c1534342 Mon Sep 17 00:00:00 2001 From: Julien M'Poy Date: Tue, 23 Apr 2019 17:40:04 +0200 Subject: [PATCH] Fix a typo in documentation --- old/docs/user-guide/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/old/docs/user-guide/examples.md b/old/docs/user-guide/examples.md index 2d5ab03a8..8ea95406e 100644 --- a/old/docs/user-guide/examples.md +++ b/old/docs/user-guide/examples.md @@ -87,7 +87,7 @@ entryPoint = "https" This configuration allows generating Let's Encrypt certificates (thanks to `HTTP-01` challenge) for the four domains `local[1-4].com` with described SANs. -Traefik generates these certificates when it starts and it needs to be restart if new domains are added. +Traefik generates these certificates when it starts and it needs to be restarted if new domains are added. ### onHostRule option (with HTTP challenge)