improved grammar & fixed typos in docs and plugin texts

This commit is contained in:
Miigon
2022-08-04 14:34:45 +08:00
committed by GitHub
parent f0ffb0620e
commit 63abeb7f6b
6 changed files with 86 additions and 87 deletions
+1 -1
View File
@@ -1370,7 +1370,7 @@ export default class ObsidianLiveSyncPlugin extends Plugin {
}
const procs = getProcessingCounts();
const procsDisp = procs == 0 ? "" : `${procs}`;
const message = `Sync:${w}${sent}${arrived}${waiting}${procsDisp}${queued}`;
const message = `Sync: ${w}${sent}${arrived}${waiting}${procsDisp}${queued}`;
const locks = getLocks();
const pendingTask = locks.pending.length
? "\nPending: " +