Skip to content

Commit

Permalink
Merge pull request #28542 from eltociear
Browse files Browse the repository at this point in the history
* pr/28542:
  Fix typo in webflux.adoc

Closes gh-28542
  • Loading branch information
snicoll committed May 31, 2022
2 parents a221835 + 6e3b3c5 commit 40cb814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/web/webflux.adoc
Expand Up @@ -1669,7 +1669,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
Expand Down

0 comments on commit 40cb814

Please sign in to comment.