diff --git a/spring-graphql-docs/src/docs/asciidoc/index.adoc b/spring-graphql-docs/src/docs/asciidoc/index.adoc index da4dd467..bc007e0d 100644 --- a/spring-graphql-docs/src/docs/asciidoc/index.adoc +++ b/spring-graphql-docs/src/docs/asciidoc/index.adoc @@ -214,7 +214,7 @@ class MyInterceptor implements WebGraphQlInterceptor { } ---- -`WebGraphQlHandler` has a builder to create the `WebGraphInterceptor` chain. The Boot +`WebGraphQlHandler` has a builder to create the `WebGraphQlInterceptor` chain. The Boot starter uses this, see Boot's section on {spring-boot-ref-docs}/web.html#web.graphql.web-endpoints[Web Endpoints].