Skip to content

Commit 0f27139

Browse files
fix: Fix typo (iluwatar#3100)
1 parent b383d2e commit 0f27139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit-of-work/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Here is the console output.
180180

181181
## When to Use the Unit Of Work Pattern in Java
182182

183-
* he Unit of Work pattern is ideal for managing multiple database operations in Java that must be executed as a single transaction, ensuring data consistency and integrity.
183+
* The Unit of Work pattern is ideal for managing multiple database operations in Java that must be executed as a single transaction, ensuring data consistency and integrity.
184184
* Ideal in scenarios where changes to the business objects must be tracked and saved in a coordinated manner.
185185
* Useful when working with object-relational mapping (ORM) frameworks in Java such as Hibernate.
186186

0 commit comments

Comments
 (0)