diff --git a/akka-docs/rst/java/lambda-persistence.rst b/akka-docs/rst/java/lambda-persistence.rst index 05782e7cb5..f20c78c577 100644 --- a/akka-docs/rst/java/lambda-persistence.rst +++ b/akka-docs/rst/java/lambda-persistence.rst @@ -355,7 +355,7 @@ while still having access to the accumulated state during replays - by loading t Persistence status handling --------------------------- -Persisting, deleting and replaying messages can eitehr succeed or fail. +Persisting, deleting and replaying messages can either succeed or fail. +---------------------------------+-----------------------------+-------------------------------+-----------------------------------+ | **Method** | **Success** | **Failure / Rejection** | **After failure handler invoked** | diff --git a/akka-docs/rst/java/persistence.rst b/akka-docs/rst/java/persistence.rst index 77e9ff47ec..5180594354 100644 --- a/akka-docs/rst/java/persistence.rst +++ b/akka-docs/rst/java/persistence.rst @@ -358,7 +358,7 @@ while still having access to the accumulated state during replays - by loading t Persistence status handling --------------------------- -Persisting, deleting and replaying messages can eitehr succeed or fail. +Persisting, deleting and replaying messages can either succeed or fail. +---------------------------------+-----------------------------+-------------------------------+-----------------------------------+ | **Method** | **Success** | **Failure / Rejection** | **After failure handler invoked** | diff --git a/akka-docs/rst/scala/persistence.rst b/akka-docs/rst/scala/persistence.rst index c8e3586fdb..095bf373a0 100644 --- a/akka-docs/rst/scala/persistence.rst +++ b/akka-docs/rst/scala/persistence.rst @@ -346,7 +346,7 @@ while still having access to the accumulated state during replays - by loading t Persistence status handling --------------------------- -Persisting, deleting and replaying messages can eitehr succeed or fail. +Persisting, deleting and replaying messages can either succeed or fail. +---------------------------------+-----------------------------+-------------------------------+-----------------------------------+ | **Method** | **Success** | **Failure / Rejection** | **After failure handler invoked** |