Fix typo in reference docs

Closes gh-530
This commit is contained in:
Eric Fry
2022-11-10 16:57:39 +11:00
committed by rstoyanchev
parent 89a7145c03
commit 1427c7412f

View File

@@ -980,7 +980,7 @@ public interface AccountRepository extends Repository<Account, Long>,
}
----
Use `QueryByExampleDataFetcher` to turn the repository into a `DataFecher`:
Use `QueryByExampleDataFetcher` to turn the repository into a `DataFetcher`:
[source,java,indent=0,subs="verbatim,quotes"]
----