fix typo in index.adoc

This commit is contained in:
justy
2022-06-06 22:59:41 +09:00
committed by Rossen Stoyanchev
parent 8542ef4459
commit 0f06183ca3

View File

@@ -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].