From f928480af9d4cdb345d8387d2df56f37c583f4ca Mon Sep 17 00:00:00 2001 From: Vitalii Mahas Date: Thu, 1 Sep 2022 13:53:23 +0000 Subject: [PATCH] Fix typo in the Tasks example documentation --- docs/src/reference/asciidoc/sm-examples-tasks.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/reference/asciidoc/sm-examples-tasks.adoc b/docs/src/reference/asciidoc/sm-examples-tasks.adoc index 06e1a128f..37476505b 100644 --- a/docs/src/reference/asciidoc/sm-examples-tasks.adoc +++ b/docs/src/reference/asciidoc/sm-examples-tasks.adoc @@ -13,7 +13,7 @@ On a high level, in this state machine: * We always try to get into the `READY` state so that we can use the RUN event to execute tasks. -* Tkhe `TASKS` state, which is composed of three independent regions, has been +* The `TASKS` state, which is composed of three independent regions, has been put in the middle of `FORK` and `JOIN` states, which will cause the regions to go into their initial states and to be joined by their end states. * From the `JOIN` state, we automatically go into a `CHOICE` state, which checks