From 082cf2dfdce0ae637f08de642a889a3bf5508d45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Brunk?= Date: Tue, 22 Mar 2016 16:00:57 +0100 Subject: [PATCH] Fix typo in persistence docs --- akka-docs/rst/java/persistence-schema-evolution.rst | 2 +- akka-docs/rst/scala/persistence-schema-evolution.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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