diff --git a/docs/src/main/asciidoc/smallrye-graphql-client.adoc b/docs/src/main/asciidoc/smallrye-graphql-client.adoc index 1693ac21b730c..c9928ffdec09e 100644 --- a/docs/src/main/asciidoc/smallrye-graphql-client.adoc +++ b/docs/src/main/asciidoc/smallrye-graphql-client.adoc @@ -287,7 +287,7 @@ to properly qualify the injection point. If you need to add an authorization header, or any other custom HTTP header (in our case it's not required), this can be done by: ---- -quarkus.smallrye-graphql-client.star-wars-dynamic.header.HEADER-KEY=HEADER-VALUE" +quarkus.smallrye-graphql-client.star-wars-dynamic.header.HEADER-KEY=HEADER-VALUE ---- Add this to the `StarWarsResource` created earlier: