fix typo in Reference Docs (Request Execution)
Looks like AsciiDoc syntax needs double backticks for plural words like this
This commit is contained in:
committed by
Rossen Stoyanchev
parent
7ae8c441f9
commit
0a2caacf9d
@@ -95,7 +95,7 @@ You can use `RuntimeWiringConfigurer` to register:
|
|||||||
- <<execution.graphqlsource.directives>> handling code.
|
- <<execution.graphqlsource.directives>> handling code.
|
||||||
- Default <<execution.graphqlsource.default-type-resolver>> for interface and union types.
|
- Default <<execution.graphqlsource.default-type-resolver>> for interface and union types.
|
||||||
- `DataFetcher` for a field although applications will typically use <<controllers>>, and
|
- `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
|
which is a `RuntimeWiringConfigurer`. The <<boot-starter>> automatically registers
|
||||||
`AnnotatedControllerConfigurer`.
|
`AnnotatedControllerConfigurer`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user