diff --git a/docs/src/main/asciidoc/rest-client.adoc b/docs/src/main/asciidoc/rest-client.adoc index 7ae8d4b40a3b4..3c2c2a2be1d30 100644 --- a/docs/src/main/asciidoc/rest-client.adoc +++ b/docs/src/main/asciidoc/rest-client.adoc @@ -327,7 +327,7 @@ public interface ExtensionsService { === Dynamic base URLs -The REST client allows for a per invocation override the base URL using the `io.quarkus.rest.client.reactive.Url` annotation. +The REST client allows for a per invocation override of the base URL using the `io.quarkus.rest.client.reactive.Url` annotation. Here is a simple example: