From b5fe5f352baf0b0355d9080e98bf00069c4f9252 Mon Sep 17 00:00:00 2001 From: Terry Zhou Date: Sun, 21 Jan 2024 16:51:06 +0800 Subject: [PATCH] fix typo --- 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 06e1a128..37476505 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