Skip to content

Commit b5fe5f3

Browse files
tuzukujvalkeal
authored andcommitted
fix typo
1 parent eb3662c commit b5fe5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/reference/asciidoc/sm-examples-tasks.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ On a high level, in this state machine:
1313

1414
* We always try to get into the `READY` state so that we can use the
1515
RUN event to execute tasks.
16-
* Tkhe `TASKS` state, which is composed of three independent regions, has been
16+
* The `TASKS` state, which is composed of three independent regions, has been
1717
put in the middle of `FORK` and `JOIN` states, which will cause the regions to
1818
go into their initial states and to be joined by their end states.
1919
* From the `JOIN` state, we automatically go into a `CHOICE` state, which checks

0 commit comments

Comments
 (0)