From 5634bd41bbc3b2b2afc7def93f8eda31878ceed2 Mon Sep 17 00:00:00 2001 From: Junlong Date: Wed, 22 Sep 2021 14:17:38 +0800 Subject: [PATCH] fix a typo. --- docs/src/reference/asciidoc/sm-config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/reference/asciidoc/sm-config.adoc b/docs/src/reference/asciidoc/sm-config.adoc index 62a96b531..e441094db 100644 --- a/docs/src/reference/asciidoc/sm-config.adoc +++ b/docs/src/reference/asciidoc/sm-config.adoc @@ -50,7 +50,7 @@ include::samples/DocsConfigurationSampleTests.java[tags=snippetAA] You can also use strings instead of enumerations as states and events by using `StateMachineConfigurerAdapter`, as shown in the next example. Most -of the configuration examples ues enumerations, but, generally speaking, +of the configuration examples use enumerations, but, generally speaking, you can interchange strings and enumerations. ====