Skip to content

Commit

Permalink
fix typo in Reference Docs (Request Execution)
Browse files Browse the repository at this point in the history
Looks like AsciiDoc syntax needs double backticks for plural words like this
  • Loading branch information
reillylm authored and rstoyanchev committed Jul 17, 2023
1 parent 7ae8c44 commit 0a2caac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 0a2caac

Please sign in to comment.