Skip to content

Commit

Permalink
Fix typo in documentation.
Browse files Browse the repository at this point in the history
Original pull request #1918
  • Loading branch information
rweisleder authored and schauder committed Oct 22, 2024
1 parent f2d62ad commit 52fdadd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ This includes fragments you use to implement custom methods for your Spring Data

=== Persisting

`JdbcAggregateTemplate offers three types of methods for persisting entities: `save`, `insert`, and `update`.
`JdbcAggregateTemplate` offers three types of methods for persisting entities: `save`, `insert`, and `update`.
Each comes in two flavors:
Operating on single aggregates, named exactly as mentioned above, and with an `All` suffix operation on an `Iterable`.

Expand Down

0 comments on commit 52fdadd

Please # to comment.