mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
Fix typos
Found via `codespell -S ./libraries,./package-lock.json -L tabel,tabels,uptodate,isnt,edn,falsy`
This commit is contained in:
@@ -352,7 +352,7 @@ class ConsistencyChecks {
|
||||
({noteId, isProtected, type, mime}) => {
|
||||
if (this.autoFix) {
|
||||
// it might be possible that the note_content is not available only because of the interrupted
|
||||
// sync, and it will come later. It's therefore important to guarantee that this artifical
|
||||
// sync, and it will come later. It's therefore important to guarantee that this artificial
|
||||
// record won't overwrite the real one coming from the sync.
|
||||
const fakeDate = "2000-01-01 00:00:00Z";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user