Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tuzuku authored and jvalkeal committed Mar 22, 2024
1 parent eb3662c commit b5fe5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/reference/asciidoc/sm-examples-tasks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5fe5f3

Please sign in to comment.