Fix minor typo in docs (#26778)

This commit is contained in:
Justin Pihony 2019-04-22 10:27:14 -04:00 committed by Helena Edelson
parent 8394f7c33d
commit 06b6c7f034

View file

@ -298,7 +298,7 @@ Since the release of Artery, Akka internals do not rely on Java serialization an
@@@ warning @@@ warning
Please note Akka 2.5 by default does not use any Java Serialization for its own internal messages, unlike 2.4 where Please note Akka 2.5 by default does not use any Java Serialization for its own internal messages, unlike 2.4 where
by default it sill did for a few of the messages. If you want an 2.4.x system to communicate with a 2.5.x series, for by default it still did for a few of the messages. If you want an 2.4.x system to communicate with a 2.5.x series, for
example during a rolling deployment you should first enable `additional-serialization-bindings` on the old systems. example during a rolling deployment you should first enable `additional-serialization-bindings` on the old systems.
You must do so on all nodes participating in a cluster, otherwise the mis-aligned serialization You must do so on all nodes participating in a cluster, otherwise the mis-aligned serialization
configurations will cause deserialization errors on the receiving nodes. These additional serialization bindings are configurations will cause deserialization errors on the receiving nodes. These additional serialization bindings are