Skip to content

Commit 52fdadd

Browse files
rweislederschauder
authored andcommitted
Fix typo in documentation.
Original pull request #1918
1 parent f2d62ad commit 52fdadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antora/modules/ROOT/pages/jdbc/entity-persistence.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This includes fragments you use to implement custom methods for your Spring Data
7171

7272
=== Persisting
7373

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

0 commit comments

Comments
 (0)