From f434aaca0d52585c401efadc0624752e312b1be9 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 31 May 2022 14:24:09 +0900 Subject: [PATCH] Fix typo in webflux.adoc follwing -> following --- src/docs/asciidoc/web/webflux.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/web/webflux.adoc b/src/docs/asciidoc/web/webflux.adoc index 843a97a283c3..ab221f7210ef 100644 --- a/src/docs/asciidoc/web/webflux.adoc +++ b/src/docs/asciidoc/web/webflux.adoc @@ -1692,7 +1692,7 @@ specific value (`myParam=myValue`). The following examples tests for a parameter ---- <1> Check that `myParam` equals `myValue`. -You can also use the same with request header conditions, as the follwing example shows: +You can also use the same with request header conditions, as the following example shows: [source,java,indent=0,subs="verbatim,quotes",role="primary"] .Java