From 6ac780d595b9a661d6ec357183f0d5bd0028981b Mon Sep 17 00:00:00 2001 From: Abdullah Khan Date: Tue, 9 Nov 2021 17:47:15 +0530 Subject: [PATCH] Fix grammar in webflux-webclient.adoc Closes gh-27657 --- src/docs/asciidoc/web/webflux-webclient.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/web/webflux-webclient.adoc b/src/docs/asciidoc/web/webflux-webclient.adoc index 22e0d26513..3099ecb02d 100644 --- a/src/docs/asciidoc/web/webflux-webclient.adoc +++ b/src/docs/asciidoc/web/webflux-webclient.adoc @@ -89,7 +89,7 @@ modified copy as follows: === MaxInMemorySize Codecs have <> for buffering data in -memory to avoid application memory issues. By the default those are set to 256KB. +memory to avoid application memory issues. By default those are set to 256KB. If that's not enough you'll get the following error: ----