From 9d1c46a3e9a672d3bb2709ded8a814c5f07fa8b8 Mon Sep 17 00:00:00 2001 From: Bertrand Paquet Date: Fri, 28 Jul 2023 09:31:53 +0200 Subject: [PATCH] Fix typo in the config documentation (#532) --- CONFIG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONFIG.md b/CONFIG.md index 3118a49..c60e156 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -230,7 +230,7 @@ default: "random" Load balancing mode `random` selects the server at random -`loc` selects the server with the least outstanding busy conncetions +`loc` selects the server with the least outstanding busy connections ### default_role ```