Fix typo in sm-config.adoc

Credits to @Jun10ng in PR #1004
This commit is contained in:
Mahmoud Ben Hassine
2025-05-28 23:54:23 +02:00
parent be2009a068
commit 7bc67e8e17

View File

@@ -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.
====