Skip to content

Commit 15aa855

Browse files
authored
Fix typo in definition.adoc.
Closes #3147
1 parent 69e8e3f commit 15aa855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antora/modules/ROOT/pages/repositories/definition.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you are using a reactive store you might choose `ReactiveCrudRepository`, or
1818

1919
If you are using Kotlin you might pick `CoroutineCrudRepository` which utilizes Kotlin's coroutines.
2020

21-
Additional you can extend `PagingAndSortingRepository`, `ReactiveSortingRepository`, `RxJava3SortingRepository`, or `CoroutineSortingRepository` if you need methods that allow to specify a `Sort` abstraction or in the first case a `Pageable` abstraction.
21+
Additionally you can extend `PagingAndSortingRepository`, `ReactiveSortingRepository`, `RxJava3SortingRepository`, or `CoroutineSortingRepository` if you need methods that allow to specify a `Sort` abstraction or in the first case a `Pageable` abstraction.
2222
Note that the various sorting repositories no longer extended their respective CRUD repository as they did in Spring Data Versions pre 3.0.
2323
Therefore, you need to extend both interfaces if you want functionality of both.
2424

0 commit comments

Comments
 (0)