diff --git a/docs/API/DisplayPort.md b/docs/API/DisplayPort.md index 1978b29d0b..55ad190212 100644 --- a/docs/API/DisplayPort.md +++ b/docs/API/DisplayPort.md @@ -1,6 +1,6 @@ # DisplayPort MSP Extensions -Betaflight supports what is sometimes referred to as Canvas Mode whereby the OSD can sent arbitrary character strings to be displayed at given screen coordinates. +Betaflight supports what is sometimes referred to as Canvas Mode whereby the OSD can send arbitrary character strings to be displayed at given screen coordinates. ## DisplayPort MSP commands @@ -118,4 +118,4 @@ typedef enum { DISPLAYPORT_SYS_WARNINGS = 8, DISPLAYPORT_SYS_COUNT, } displayPortSystemElement_e; -``` \ No newline at end of file +```