diff --git a/unit-of-work/README.md b/unit-of-work/README.md index b33ab9781..25b96153f 100644 --- a/unit-of-work/README.md +++ b/unit-of-work/README.md @@ -23,7 +23,7 @@ Use the Unit Of Work pattern when * To optimize the time taken for database transactions. * To send changes to database as a unit of work which ensures atomicity of the transaction. -* You want to reduce number of database calls. +* To reduce number of database calls. ## Credits