mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
Fix typos
Found via `codespell -S ./libraries,./package-lock.json -L tabel,tabels,uptodate,isnt,edn,falsy`
This commit is contained in:
@@ -13,7 +13,7 @@ class TaskContext {
|
||||
this.noteDeletionHandlerTriggered = false;
|
||||
|
||||
// progressCount is meant to represent just some progress - to indicate the task is not stuck
|
||||
this.progressCount = -1; // we're incrementing immediatelly
|
||||
this.progressCount = -1; // we're incrementing immediately
|
||||
this.lastSentCountTs = 0; // 0 will guarantee first message will be sent
|
||||
|
||||
// just the fact this has been initialized is a progress which should be sent to clients
|
||||
|
||||
Reference in New Issue
Block a user