diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-05-01 16:39:55 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2023-09-25 09:43:37 +0200 |
| commit | 4b79e3ac2f8ede895b6242adf3fc35e45b1cf908 (patch) | |
| tree | 81ad69df8add2dbab8a2f4aa9fe7221946f10e82 /docs/src/api | |
| parent | 4796d000b77760b72da3fc9ed1acafa054e041ff (diff) | |
Docs: Small typos
Diffstat (limited to 'docs/src/api')
| -rw-r--r-- | docs/src/api/letsbuildaclient.md | 2 | ||||
| -rw-r--r-- | docs/src/api/statemachine.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/api/letsbuildaclient.md b/docs/src/api/letsbuildaclient.md index c5421e7..5cf668c 100644 --- a/docs/src/api/letsbuildaclient.md +++ b/docs/src/api/letsbuildaclient.md @@ -44,7 +44,7 @@ We get a big JSON blob, so which format is this? From the Go documentation: > DiscoServers gets the servers from discovery, returned as types/discovery/discovery.go Servers marshalled as JSON -If you follow these files, you see two structs, Servers and Organizations. These structs have json tags associated with them. You can use this structure to figure out how to parse the returned data. In case of discovery, it's very similar to the [JSON files from the discovery server](https://disco.eduvpn.org/v2) +If you follow these files, you see two structs, Servers and Organizations. These structs have json tags associated with them. You can use this structure to figure out how to parse the returned data. In case of discovery, it's very similar to the [JSON files from the discovery server](https://disco.eduvpn.org/v2). ## Adding a server 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. |
