Skip to content

Commit 3b29a2b

Browse files
irismessagemp911de
authored andcommitted
Fix typo in definition.adoc.
Closes #3147
1 parent 38ac35d commit 3b29a2b

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

Lines changed: 1 addition & 1 deletion
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)