From 8f1ab9be5c3523b3f8fbd7b249a52ba902685589 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:59:38 -0500 Subject: [PATCH] [Backport 8.13] docs: fix typo in basic-config.asciidoc (#2227) LENTGH -> LENGTH (cherry picked from commit 6f2aaa5c7c78f894e2a11eb1c487f50b701d9785) Co-authored-by: Alexa Nguyen --- docs/basic-config.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/basic-config.asciidoc b/docs/basic-config.asciidoc index ab288f2b1..a71269961 100644 --- a/docs/basic-config.asciidoc +++ b/docs/basic-config.asciidoc @@ -260,11 +260,11 @@ _Default:_ `false` _Default:_ `null` |`maxResponseSize` -|`number` - When configured, it verifies that the uncompressed response size is lower than the configured number, if it's higher it will abort the request. It cannot be higher than buffer.constants.MAX_STRING_LENTGH + +|`number` - When configured, it verifies that the uncompressed response size is lower than the configured number, if it's higher it will abort the request. It cannot be higher than buffer.constants.MAX_STRING_LENGTH + _Default:_ `null` |`maxCompressedResponseSize` -|`number` - When configured, it verifies that the compressed response size is lower than the configured number, if it's higher it will abort the request. It cannot be higher than buffer.constants.MAX_LENTGH + +|`number` - When configured, it verifies that the compressed response size is lower than the configured number, if it's higher it will abort the request. It cannot be higher than buffer.constants.MAX_LENGTH + _Default:_ `null` |===