We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8c96c commit a9a208eCopy full SHA for a9a208e
README.md
@@ -48,7 +48,7 @@ Thus, event streams will contain an entire history of changes.
48
But how can we be sure that this history is authentic and error-free?
49
We can use event streams as a primary source of truth in a system.
50
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.
+This pattern is called event sourcing. The database for storing event streams is called an event store.
52
Event sourcing provides a complete and accurate record of all changes made to a system.
53
Event sourcing is an industry standard for implementing audit trail.
54
0 commit comments