From e7d3f4316f639ae463fce008b24afae6ffd22ee4 Mon Sep 17 00:00:00 2001 From: Mal Curtis Date: Tue, 23 Feb 2021 08:28:05 +1300 Subject: [PATCH] Fix typo in routing/services/index.md --- docs/content/routing/services/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/routing/services/index.md b/docs/content/routing/services/index.md index 96d4dff5d..2d69d42e6 100644 --- a/docs/content/routing/services/index.md +++ b/docs/content/routing/services/index.md @@ -332,7 +332,7 @@ Below are the available options for the health check mechanism: !!! info "Recovering Servers" Traefik keeps monitoring the health of unhealthy servers. - If a server has recovered (returning `2xx` -> `3xx` responses again), it will be added back to the load balacer rotation pool. + If a server has recovered (returning `2xx` -> `3xx` responses again), it will be added back to the load balancer rotation pool. !!! warning "Health check in Kubernetes"