diff --git a/spring-graphql-docs/src/docs/asciidoc/includes/request-execution.adoc b/spring-graphql-docs/src/docs/asciidoc/includes/request-execution.adoc index be0508984..75acafab0 100644 --- a/spring-graphql-docs/src/docs/asciidoc/includes/request-execution.adoc +++ b/spring-graphql-docs/src/docs/asciidoc/includes/request-execution.adoc @@ -95,7 +95,7 @@ You can use `RuntimeWiringConfigurer` to register: - <> handling code. - Default <> for interface and union types. - `DataFetcher` for a field although applications will typically use <>, and -those are detected and registered as `DataFetcher`s by `AnnotatedControllerConfigurer`, +those are detected and registered as ``DataFetcher``s by `AnnotatedControllerConfigurer`, which is a `RuntimeWiringConfigurer`. The <> automatically registers `AnnotatedControllerConfigurer`.