Skip to content

Commit 041bd05

Browse files
GH-2135 - Polishing.
1 parent 0da03cc commit 041bd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/faq/faq.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ In this example we forbide the use of the `findAll` method.
377377
You could add methods taking in a fetch depth and run custom queries based on that depth.
378378
One way to do this is shown in <<domain-results>>.
379379

380-
To enable this base repository for all declared repesotiries enable Neo4j repositories with: `@EnableNeo4jRepositories(repositoryBaseClass = MyRepositoryImpl.class)`.
380+
To use this base repository for all declared repositories enable Neo4j repositories with: `@EnableNeo4jRepositories(repositoryBaseClass = MyRepositoryImpl.class)`.
381381

382382
[[faq.spel.custom-query]]
383383
== How do I use Spring Expression Language in custom queries?

0 commit comments

Comments
 (0)