Skip to content

Commit 8bf02ac

Browse files
ArloLodrotbohm
authored andcommitted
DATACMNS-674 - Fixed typo in reference documentation.
1 parent bf9dfcb commit 8bf02ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/repositories.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ NOTE: Note, that the intermediate repository interface is annotated with `@NoRep
205205
[[repositories.query-methods.details]]
206206
== Defining query methods
207207

208-
The repository proxy has two ways to derive a store-specific query from the method name. It can derive the query from the method name directly, or by using a manually defined query. Available options depend on the actual store. However, there's got to be an strategy that decides what actual query is created. Let's have a look at the available options.
208+
The repository proxy has two ways to derive a store-specific query from the method name. It can derive the query from the method name directly, or by using a manually defined query. Available options depend on the actual store. However, there's got to be a strategy that decides what actual query is created. Let's have a look at the available options.
209209

210210
[[repositories.query-methods.query-lookup-strategies]]
211211
=== Query lookup strategies

0 commit comments

Comments
 (0)