Skip to content

Commit 40cb814

Browse files
committed
Merge pull request #28542 from eltociear
* pr/28542: Fix typo in webflux.adoc Closes gh-28542
2 parents a221835 + 6e3b3c5 commit 40cb814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/web/webflux.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@ specific value (`myParam=myValue`). The following examples tests for a parameter
16691669
----
16701670
<1> Check that `myParam` equals `myValue`.
16711671

1672-
You can also use the same with request header conditions, as the follwing example shows:
1672+
You can also use the same with request header conditions, as the following example shows:
16731673

16741674
[source,java,indent=0,subs="verbatim,quotes",role="primary"]
16751675
.Java

0 commit comments

Comments
 (0)