fix typo in recipes.adoc

This commit is contained in:
Gerlach, Winfried
2024-12-18 13:10:44 +01:00
committed by Mahmoud Ben Hassine
parent 3c63147cda
commit be2009a068

View File

@@ -40,7 +40,7 @@ You can find a sample that shows how to use this recipe at
[[statemachine-recipes-tasks]]
== Tasks
The tasks recipe is a concept to run DAG (Directed Acyclic Graph) of `Runnable` instances that use
The tasks recipe is a concept to run a DAG (Directed Acyclic Graph) of `Runnable` instances that use
a state machine. This recipe has been developed from ideas introduced
in <<statemachine-examples-tasks>> sample.