Skip to content

Commit 97a866f

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents f1ef77c + 6332e9a commit 97a866f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The template includes a demo domain model of a `restaurant/order management syst
1212
## Event Sourcing
1313

1414
With event sourcing, we delve deeper by capturing every decision or alteration as an event.
15-
Each new transfer or modification to the account state is meticulously documented, providing a comprehensive audit trail
15+
Each new transfer or modification to the state is meticulously documented, providing a comprehensive audit trail
1616
of all activities.
1717
This affords you a 100% accurate historical record of your domain, enabling you to effortlessly traverse back
1818
in time and review the state at any given moment.

0 commit comments

Comments
 (0)