From 32d2a723c1bb67b6f51ae4c60dac811d30b343dc Mon Sep 17 00:00:00 2001 From: Toby Murray Date: Sun, 9 May 2021 15:23:30 -0400 Subject: [PATCH] Correct 'wiht' to 'with' --- website/docs/developers/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. :::