Skip to content

Commit 0a2caac

Browse files
reillylmrstoyanchev
authored andcommitted
fix typo in Reference Docs (Request Execution)
Looks like AsciiDoc syntax needs double backticks for plural words like this
1 parent 7ae8c44 commit 0a2caac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-graphql-docs/src/docs/asciidoc/includes/request-execution.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ You can use `RuntimeWiringConfigurer` to register:
9595
- <<execution.graphqlsource.directives>> handling code.
9696
- Default <<execution.graphqlsource.default-type-resolver>> for interface and union types.
9797
- `DataFetcher` for a field although applications will typically use <<controllers>>, and
98-
those are detected and registered as `DataFetcher`s by `AnnotatedControllerConfigurer`,
98+
those are detected and registered as ``DataFetcher``s by `AnnotatedControllerConfigurer`,
9999
which is a `RuntimeWiringConfigurer`. The <<boot-starter>> automatically registers
100100
`AnnotatedControllerConfigurer`.
101101

0 commit comments

Comments
 (0)