From c83d7916c989ce320d48652b69d4d34eb2213377 Mon Sep 17 00:00:00 2001 From: Julian Maestri Date: Mon, 7 Oct 2019 05:14:04 -0300 Subject: [PATCH] fix: typo in healthCheck examples --- docs/content/routing/services/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/routing/services/index.md b/docs/content/routing/services/index.md index 3efcffd4d..2e8b4e53e 100644 --- a/docs/content/routing/services/index.md +++ b/docs/content/routing/services/index.md @@ -232,7 +232,7 @@ Below are the available options for the health check mechanism: ```toml tab="TOML" ## Dynamic configuration [http.services] - [http.servicess.Service-1] + [http.services.Service-1] [http.services.Service-1.loadBalancer.healthCheck] path = "/health" interval = "10s" @@ -242,7 +242,7 @@ Below are the available options for the health check mechanism: ```yaml tab="YAML" ## Dynamic configuration http: - servicess: + services: Service-1: loadBalancer: healthCheck: