diff --git a/website/docs/developers/api.md b/website/docs/developers/api.md index e192f826..eeba902c 100644 --- a/website/docs/developers/api.md +++ b/website/docs/developers/api.md @@ -8,7 +8,7 @@ sidebar_label: APIs :::note -Currently there are three methods of interfacing wiht devices: `HTTP`, `BLE`, and `Serial`. +Currently there are three methods of interfacing with devices: `HTTP`, `BLE`, and `Serial`. Whilst each method has it's own ways sending and receiving data, the underlying protobuf transport medium remains the same. :::