Skip to content

Commit

Permalink
Merge pull request #43457 from jmartisk/quote
Browse files Browse the repository at this point in the history
Remove a superfluous quote in the GraphQL client docs
  • Loading branch information
geoand authored Sep 24, 2024
2 parents d976547 + 3b77652 commit 31a4be2
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 31a4be2

Please sign in to comment.