[doc] add a for a better flow (#28322)

This commit is contained in:
Robert Stoll 2019-12-06 16:43:17 +01:00 committed by Johan Andrén
parent b706dbcbd3
commit a5ed9ee262

View file

@ -440,7 +440,7 @@ command or the reply will be sent later, perhaps after some asynchronous interac
## Serialization
The same @ref:[serialization](../serialization.md) mechanism as for actor messages is also used for persistent actors.
When picking serialization solution for the events you should also consider that it must be possible read old events
When picking a serialization solution for the events you should also consider that it must be possible read old events
when the application has evolved.
Strategies for that can be found in the @ref:[schema evolution](../persistence-schema-evolution.md).