fix typo in Reference Docs (Request Execution)

Looks like AsciiDoc syntax needs double backticks for plural words like this
This commit is contained in:
reillylm
2023-07-09 17:17:11 -04:00
committed by Rossen Stoyanchev
parent 7ae8c441f9
commit 0a2caacf9d

View File

@@ -95,7 +95,7 @@ You can use `RuntimeWiringConfigurer` to register:
- <<execution.graphqlsource.directives>> handling code.
- Default <<execution.graphqlsource.default-type-resolver>> for interface and union types.
- `DataFetcher` for a field although applications will typically use <<controllers>>, 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 <<boot-starter>> automatically registers
`AnnotatedControllerConfigurer`.