diff --git a/akka-docs/src/main/paradox/typed/persistence.md b/akka-docs/src/main/paradox/typed/persistence.md index 6faf3bcfbb..0abcd38a42 100644 --- a/akka-docs/src/main/paradox/typed/persistence.md +++ b/akka-docs/src/main/paradox/typed/persistence.md @@ -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).