fix typos in sync messages and comments (startting -> starting) (#876)
BuildCI / build (20.x) (push) Failing after 5m56s

This commit is contained in:
adrian-fuertes
2024-11-10 18:16:22 +08:00
committed by GitHub
parent 6631a9c5eb
commit 34db181af0
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1930,7 +1930,7 @@ export async function syncer(
) => any,
callbackSyncProcess?: any
) {
console.info(`startting sync.`);
console.info(`starting sync.`);
markIsSyncingFunc(true);
let everythingOk = true;