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.