Skip to content

Commit 69e6872

Browse files
mourjomp911de
authored andcommitted
Grammatical improvement in documentation.
This fixes a minor grammatical error. Closes #1746
1 parent 3b7da89 commit 69e6872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antora/modules/ROOT/pages/jdbc/transactions.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ In contrast to that, `deleteInactiveUsers()` uses the `@Modifying` annotation an
8383
Thus, the method is with the `readOnly` flag set to `false`.
8484

8585
NOTE: It is highly recommended to make query methods transactional.
86-
These methods might execute more then one query in order to populate an entity.
86+
These methods might execute more than one query in order to populate an entity.
8787
Without a common transaction Spring Data JDBC executes the queries in different connections.
8888
This may put excessive strain on the connection pool and might even lead to dead locks when multiple methods request a fresh connection while holding on to one.
8989

0 commit comments

Comments
 (0)