diff --git a/docs/src/main/asciidoc/rest-client-reactive.adoc b/docs/src/main/asciidoc/rest-client-reactive.adoc index d9c3ff4aea33f..842ac7f244db2 100644 --- a/docs/src/main/asciidoc/rest-client-reactive.adoc +++ b/docs/src/main/asciidoc/rest-client-reactive.adoc @@ -215,7 +215,7 @@ Because we used the `${...}` syntax, the actual value of the parameter will be o [IMPORTANT] ==== -Note that if an interface method contains an argument annotated with `@QueryParam````, that argument will take +Note that if an interface method contains an argument annotated with `@QueryParam`, that argument will take priority over anything specified in any `@ClientQueryParam` annotation. ====