From c465b5339b3e6105a3002c4313a258e24ea8c3b8 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Tue, 2 Apr 2024 00:08:32 +0200 Subject: [PATCH] fix(syntax): typo in docs --- docs/haproxy_servers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/haproxy_servers.md b/docs/haproxy_servers.md index 6b8a78c..f70a3cd 100644 --- a/docs/haproxy_servers.md +++ b/docs/haproxy_servers.md @@ -16,7 +16,7 @@ First, in order to deploy the HAproxy frontends, you need to enable the deployme enable_haproxy: "yes" ``` -You can also configure the version of haproxy you would like to use. This has very little impact, and should most likely be left outouched to whatever the collection version is defaulting to (which is the version that it is tested against). +You can also configure the version of haproxy you would like to use. This has very little impact, and should most likely be left untouched to whatever the collection version is defaulting to (which is the version that it is tested against). ```yaml haproxy_version: "2.8"