diff --git a/akka-docs/rst/java/persistence-schema-evolution.rst b/akka-docs/rst/java/persistence-schema-evolution.rst index 01b98a0535..dd258b7780 100644 --- a/akka-docs/rst/java/persistence-schema-evolution.rst +++ b/akka-docs/rst/java/persistence-schema-evolution.rst @@ -77,7 +77,7 @@ Picking the right serialization format Picking the serialization format is a very important decision you will have to make while building your application. It affects which kind of evolutions are simple (or hard) to do, how much work is required to add a new datatype, and, -last but not least, serialization performanceion. +last but not least, serialization performance. If you find yourself realising you have picked "the wrong" serialization format, it is always possible to change the format used for storing new events, however you would have to keep the old deserialization code in order to diff --git a/akka-docs/rst/scala/persistence-schema-evolution.rst b/akka-docs/rst/scala/persistence-schema-evolution.rst index 00678ecb99..878e5259d5 100644 --- a/akka-docs/rst/scala/persistence-schema-evolution.rst +++ b/akka-docs/rst/scala/persistence-schema-evolution.rst @@ -77,7 +77,7 @@ Picking the right serialization format Picking the serialization format is a very important decision you will have to make while building your application. It affects which kind of evolutions are simple (or hard) to do, how much work is required to add a new datatype, and, -last but not least, serialization performanceion. +last but not least, serialization performance. If you find yourself realising you have picked "the wrong" serialization format, it is always possible to change the format used for storing new events, however you would have to keep the old deserialization code in order to