From acb6f1d4a393b26fd2f85acb35aa6e5a7af3e509 Mon Sep 17 00:00:00 2001 From: Donquih0te Date: Wed, 2 Jun 2021 18:55:15 +0300 Subject: [PATCH] fix typo --- docs/src/reference/asciidoc/sm-test.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/reference/asciidoc/sm-test.adoc b/docs/src/reference/asciidoc/sm-test.adoc index 58483232..531887ca 100644 --- a/docs/src/reference/asciidoc/sm-test.adoc +++ b/docs/src/reference/asciidoc/sm-test.adoc @@ -35,7 +35,7 @@ include::samples/DocsTestSampleTests.java[tags=snippetA] These utilities are also used within a framework to test distributed state machine features. Note that you can add multiple machines to a plan. -If you add multiple machines, yuo can also choose to +If you add multiple machines, you can also choose to send an event a particular machine, a random machine, or all machines. The preceding testing example uses the following Hamcrest imports: