Correct 'wiht' to 'with'

This commit is contained in:
Toby Murray 2021-05-09 15:23:30 -04:00
parent 5793c355ef
commit 32d2a723c1

View file

@ -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.
:::