From 6f2aaa5c7c78f894e2a11eb1c487f50b701d9785 Mon Sep 17 00:00:00 2001 From: Alexa Nguyen Date: Thu, 18 Apr 2024 01:58:53 +0800 Subject: [PATCH] docs: fix typo in basic-config.asciidoc (#2222) LENTGH -> LENGTH --- 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` |===