docs: fix typos, grammar, and formatting in FAQ and code comments

This commit is contained in:
Sefinek
2026-06-02 22:12:18 +02:00
parent 82560ede55
commit cc05ae555a
10 changed files with 208 additions and 209 deletions
+1 -1
View File
@@ -982,7 +982,7 @@ void MyMesh::loop() {
if (did_push) {
next_push = futureMillis(SYNC_PUSH_INTERVAL);
} else {
// were no unsynced posts for curr client, so proccess next client much quicker! (in next loop())
// were no unsynced posts for curr client, so process next client much quicker! (in next loop())
next_push = futureMillis(SYNC_PUSH_INTERVAL / 8);
}
}