Fix typos in docs

- Fixes #875
- Fixes #877
This commit is contained in:
Janne Valkealahti
2020-10-11 14:27:03 +01:00
parent 3309d89491
commit 10e76a2d61
2 changed files with 2 additions and 2 deletions

View File

@@ -445,7 +445,7 @@ You can also have multiple transitions originate from a
join state. It this case, we advise you to use guards and define your guards
such that only one guard evaluates to `TRUE` at any given time. Otherwise,
transition behavior is not predictable. This is shown in the following example, where the guard
checks whwther the extended state has variables:
checks whether the extended state has variables:
====
[source,java,indent=0]

View File

@@ -114,7 +114,7 @@ include::samples/DocsConfigurationSampleTests4.java[tags=snippetB]
====
You can access the rest of the `StateContext` content.
Tke number and order of the parameters does not matter.
The number and order of the parameters does not matter.
The following example shows how to access the various parts of the `StateContext` content:
====