Skip to content

Commit

Permalink
spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
isosphere committed Feb 12, 2024
1 parent c89149b commit b87e50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ function main () {
syncProgress.increment(1);
}

await logseq.Editor.updateBlock(targetBlock!.uuid, `# 📚 LKRS: KOReader - Sync Initated at ${syncTimeLabel}`)
await logseq.Editor.updateBlock(targetBlock!.uuid, `# 📚 LKRS: KOReader - Sync Initiated at ${syncTimeLabel}`)

syncProgress.destruct();
} catch (e) {
Expand Down

0 comments on commit b87e50a

Please sign in to comment.