From f76484b726a0ecd5ee5e62a1464fce40b210bd1a Mon Sep 17 00:00:00 2001 From: Brian Rak Date: Wed, 18 Oct 2023 20:09:30 +0000 Subject: [PATCH] Fix typo --- docs/lua-records/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lua-records/functions.rst b/docs/lua-records/functions.rst index a2aec80da4..fc4a4fd68a 100644 --- a/docs/lua-records/functions.rst +++ b/docs/lua-records/functions.rst @@ -239,7 +239,7 @@ Record creation functions This allows basic persistent load balancing across a number of backends. It means that test.example.com will always resolve to the same IP, but test2.example.com may go elsewhere. - This works similar to round-robin load balanacing, but has the advantage of making traffic + This works similar to round-robin load balancing, but has the advantage of making traffic for the same domain always end up on the same server which can help cache hit rates. This function also works for CNAME or TXT records. -- 2.47.2