diff --git a/docs/using-aggregates/snapshots.md b/docs/using-aggregates/snapshots.md index 8944e0de..b221388c 100644 --- a/docs/using-aggregates/snapshots.md +++ b/docs/using-aggregates/snapshots.md @@ -18,7 +18,7 @@ This will create a new snapshot in the `snapshots` table. By default we store th When you retrieve the aggregate the next time, it will find the snapshot, set its internal properties back to what they were at the time of the snapshot, and apply any new events starting from the snapshot. -This uses the snapshot's `aggregateVersion`, this version number is incremented each time an event is applied by the aggregate and stored in the snapshot. +This uses the snapshots `aggregateVersion`, this version number is incremented each time an event is applied by the aggregate and stored in the snapshot. ## Customizing the stored snapshot state