mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 17:09:05 +00:00
Fix typo in webflux.adoc
See gh-28542
This commit is contained in:
committed by
Stephane Nicoll
parent
a221835558
commit
6e3b3c5419
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user