summaryrefslogtreecommitdiff
path: root/docs/src/api/statemachine.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/api/statemachine.md')
-rw-r--r--docs/src/api/statemachine.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/api/statemachine.md b/docs/src/api/statemachine.md
index 60a76ba..7d03b13 100644
--- a/docs/src/api/statemachine.md
+++ b/docs/src/api/statemachine.md
@@ -112,4 +112,4 @@ In eduvpn-common, there are certain states that require attention from the clien
- Ask Profile: The state that asks for a profile selection to the client. Reply to this state by using a "cookie" and the CookieReply function. What this means will be discussed in the Python client example too
- Ask Location: Same for ask profile but for selecting a secure internet location. Only called if one must be chosen, e.g. due to a selection that is no longer valid
-The rest of the states are miscellaneous states, meaning that the client can handle them however it wants to. However, it can be useful to handle most state transitions to e.g. show loading screens or for logging and debuggin purposes.
+The rest of the states are miscellaneous states, meaning that the client can handle them however it wants to. However, it can be useful to handle most state transitions to e.g. show loading screens or for logging and debugging purposes.