diff --git a/src/routes/app/offline-first/sync-db-store.ts b/src/routes/app/offline-first/sync-db-store.ts index 3fac5ce..67bc0df 100644 --- a/src/routes/app/offline-first/sync-db-store.ts +++ b/src/routes/app/offline-first/sync-db-store.ts @@ -134,7 +134,7 @@ export function db({ databasePromise, wsPromise, serverSiteId, name }) { /* TODO: investigate why this is needed. - in some cases the syncing failes + in some cases the syncing fails example - server is offline, offline changes made to private browser WindowA, offline changes made to public WindowA, and offline changes to public WindowB do not always sync up when the server reconnects.