Skip to content

Commit

Permalink
Fix typo in webflux.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored and snicoll committed May 31, 2022
1 parent a221835 commit 6e3b3c5
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 6e3b3c5

Please sign in to comment.