From ff2c8683d6159b917a3c568094603d686f408528 Mon Sep 17 00:00:00 2001 From: Jan Martiska Date: Tue, 24 Sep 2024 10:39:54 +0200 Subject: [PATCH] Remove a superfluous quote in the GraphQL client docs (cherry picked from commit 3b77652dd4d418899a5443ddd26a3d78ee729f2d) --- docs/src/main/asciidoc/smallrye-graphql-client.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: