From ceb4324afcc7cf2de60f0d617ad3467a9bbbe1ce Mon Sep 17 00:00:00 2001 From: Dan Siwiec Date: Sun, 8 Mar 2020 17:10:39 -0700 Subject: [PATCH] Fix a typo --- docs/src/reference/asciidoc/sm-persist.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/reference/asciidoc/sm-persist.adoc b/docs/src/reference/asciidoc/sm-persist.adoc index fa8ad336..9298117a 100644 --- a/docs/src/reference/asciidoc/sm-persist.adoc +++ b/docs/src/reference/asciidoc/sm-persist.adoc @@ -28,7 +28,7 @@ custom persistent method within a listener fails to update the serialized state in an external repository, the state in a state machine and the state in an external repository are then in an inconsistent state. -You can isntead use a state machine interceptor to try to save the +You can instead use a state machine interceptor to try to save the serialized state into external storage during the state change within a state machine. If this interceptor callback fails, you can halt the state change attempt and, instead of ending in an