We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 124ae63 + 7c50a89 commit ff468b5Copy full SHA for ff468b5
src/y-indexeddb.js
@@ -93,7 +93,7 @@ export class IndexeddbPersistence extends Observable {
93
fetchUpdates(this, beforeApplyUpdatesCallback, afterApplyUpdatesCallback)
94
})
95
/**
96
- * Timeout in ms untill data is merged and persisted in idb.
+ * Timeout in ms until data is merged and persisted in idb.
97
*/
98
this._storeTimeout = 1000
99
0 commit comments