Skip to content

Commit a9a208e

Browse files
authored
Update README.md
1 parent 8c8c96c commit a9a208e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Thus, event streams will contain an entire history of changes.
4848
But how can we be sure that this history is authentic and error-free?
4949
We can use event streams as a primary source of truth in a system.
5050
To get the current state of an object, we have to replay all events in the order of occurrence.
51-
This pattern is called event sourcing. The database for storing the event streams is called even store.
51+
This pattern is called event sourcing. The database for storing event streams is called an event store.
5252
Event sourcing provides a complete and accurate record of all changes made to a system.
5353
Event sourcing is an industry standard for implementing audit trail.
5454

0 commit comments

Comments
 (0)