From f1057205c2dd0372e16a5178a91b95bd44853fcb Mon Sep 17 00:00:00 2001 From: Arlo Louis O'Keeffe Date: Tue, 10 Feb 2015 11:26:51 +0100 Subject: [PATCH] DATACMNS-645 - Fix typo in reference documentation. Original pull request: #113. --- src/main/asciidoc/repositories.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/repositories.adoc b/src/main/asciidoc/repositories.adoc index fa6fe2ab3..cdb337438 100644 --- a/src/main/asciidoc/repositories.adoc +++ b/src/main/asciidoc/repositories.adoc @@ -205,7 +205,7 @@ NOTE: Note, that the intermediate repository interface is annotated with `@NoRep [[repositories.query-methods.details]] == Defining query methods -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. +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. [[repositories.query-methods.query-lookup-strategies]] === Query lookup strategies