Merge pull request #2671 from sefinek/fix/typos-grammar-formatting

Fix typos and formatting in documentation and comments
Цей коміт міститься в:
Liam Cottle
2026-06-04 15:57:48 +12:00
зафіксовано GitHub
джерело 6be398d748 81510e7495
коміт b83355e702
12 змінених файлів з 352 додано та 368 видалено
+1 -1
Переглянути файл
@@ -871,7 +871,7 @@ char UITask::handleLongPress(char c) {
}
char UITask::handleDoubleClick(char c) {
MESH_DEBUG_PRINTLN("UITask: double click triggered");
MESH_DEBUG_PRINTLN("UITask: double-click triggered");
checkDisplayOn(c);
return c;
}