Skip to content

Commit d9156ff

Browse files
ArloLodrotbohm
authored andcommitted
DATACMNS-645 - Fix typo in reference documentation.
Original pull request: #113.
1 parent ff6d0dd commit d9156ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/repositories.adoc

+1-1
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 an 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 an 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)