Skip to content

Commit

Permalink
Merge pull request #7378 from BenMorel/patch-2
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
Majkl578 authored Sep 23, 2018
2 parents 32efbd3 + 2779b5e commit f48d71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/cookbook/aggregate-fields.rst
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ The aggregate field ``Account::$balance`` is now -200, however the
SUM over all entries amounts yields -400. A violation of our max
credit rule.

You can use both optimistic or pessimistic locking to save-guard
You can use both optimistic or pessimistic locking to safe-guard
your aggregate fields against this kind of race-conditions. Reading
Eric Evans DDD carefully he mentions that the "Aggregate Root"
(Account in our example) needs a locking mechanism.
Expand Down

0 comments on commit f48d71e

Please sign in to comment.