From d9540fe3c3d252c0401008cbab2bba1255cda42a Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Thu, 28 Apr 2022 20:45:56 +0100 Subject: [PATCH] Polishing contribution Closes gh-358 --- spring-graphql-docs/src/docs/asciidoc/testing.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-graphql-docs/src/docs/asciidoc/testing.adoc b/spring-graphql-docs/src/docs/asciidoc/testing.adoc index 844aee6e..25f7a242 100644 --- a/spring-graphql-docs/src/docs/asciidoc/testing.adoc +++ b/spring-graphql-docs/src/docs/asciidoc/testing.adoc @@ -46,7 +46,7 @@ need to choose a specific `GraphQlTester` extension as a starting point. To test with a client sending requests over a transport, use one of the <>, <>, or <> extensions. To test the server without client, -use the<> or <> +use the<> or <> extensions. Each `GraphQlTester` extension provides a transport specific `Builder`. There is also a @@ -208,7 +208,7 @@ client to send requests over a transport protocol. To test directly against a -[[testing-webgraphqlhandlertester]] +[[testing-webgraphqltester]] === `WebGraphQlHandler` The <> extension lets you test on the server side, without @@ -350,7 +350,7 @@ of responses and then use `StepVerifier` from Project Reactor to inspect the str Subscriptions are supported only with <>, or with the server side -<> and <> extensions. +<> and <> extensions.