From 02ecb28751fcffd6f5306189f41bbcadcd3af18a Mon Sep 17 00:00:00 2001 From: ryenus Date: Wed, 20 Mar 2019 17:34:36 +0800 Subject: [PATCH] fix wording: must be used +{in} order to --- docs/src/reference/asciidoc/sm.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/reference/asciidoc/sm.adoc b/docs/src/reference/asciidoc/sm.adoc index 5f71ebe0..a9fd9639 100644 --- a/docs/src/reference/asciidoc/sm.adoc +++ b/docs/src/reference/asciidoc/sm.adoc @@ -1249,7 +1249,7 @@ configuration into Spring Application Context. Both _@EnableStateMachine_ and _@EnableStateMachineFactory_ are already annotated with this so there is no need for user to add it again. However if machine is build and configured without a use of -configuration adapters, _@EnableWithStateMachine_ must be used order +configuration adapters, _@EnableWithStateMachine_ must be used in order to use features with _@WithStateMachine_. Idea for this is shown below.