Merge pull request #20119 from sbrunk/doc-typos

Fix typo in persistence docs
This commit is contained in:
Patrik Nordwall 2016-03-24 13:28:44 +01:00
commit 84fc35ce20
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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