Browse Source

Merge pull request #28542 from eltociear

* pr/28542:
  Fix typo in webflux.adoc

Closes gh-28542
pull/28720/head
Stephane Nicoll 4 years ago
parent
commit
40cb81470b
  1. 2
      src/docs/asciidoc/web/webflux.adoc

2
src/docs/asciidoc/web/webflux.adoc

@ -1669,7 +1669,7 @@ specific value (`myParam=myValue`). The following examples tests for a parameter @@ -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

Loading…
Cancel
Save