Skip to content

Commit

Permalink
Remove a superfluous quote in the GraphQL client docs
Browse files Browse the repository at this point in the history
(cherry picked from commit 3b77652)
  • Loading branch information
jmartisk authored and gsmet committed Sep 25, 2024
1 parent 4e32c3d commit ff2c868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/smallrye-graphql-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ff2c868

Please sign in to comment.