We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3662c commit b5fe5f3Copy full SHA for b5fe5f3
docs/src/reference/asciidoc/sm-examples-tasks.adoc
@@ -13,7 +13,7 @@ On a high level, in this state machine:
13
14
* We always try to get into the `READY` state so that we can use the
15
RUN event to execute tasks.
16
-* Tkhe `TASKS` state, which is composed of three independent regions, has been
+* The `TASKS` state, which is composed of three independent regions, has been
17
put in the middle of `FORK` and `JOIN` states, which will cause the regions to
18
go into their initial states and to be joined by their end states.
19
* From the `JOIN` state, we automatically go into a `CHOICE` state, which checks
0 commit comments