Skip to content

Commit 1427c74

Browse files
yuv422rstoyanchev
authored andcommitted
Fix typo in reference docs
Closes gh-530
1 parent 89a7145 commit 1427c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-graphql-docs/src/docs/asciidoc/index.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ public interface AccountRepository extends Repository<Account, Long>,
980980
}
981981
----
982982

983-
Use `QueryByExampleDataFetcher` to turn the repository into a `DataFecher`:
983+
Use `QueryByExampleDataFetcher` to turn the repository into a `DataFetcher`:
984984

985985
[source,java,indent=0,subs="verbatim,quotes"]
986986
----

0 commit comments

Comments
 (0)