Skip to content

Commit ff468b5

Browse files
authored
Merge pull request #43 from Slowhand0309/fix/typo
fix typo
2 parents 124ae63 + 7c50a89 commit ff468b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/y-indexeddb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export class IndexeddbPersistence extends Observable {
9393
fetchUpdates(this, beforeApplyUpdatesCallback, afterApplyUpdatesCallback)
9494
})
9595
/**
96-
* Timeout in ms untill data is merged and persisted in idb.
96+
* Timeout in ms until data is merged and persisted in idb.
9797
*/
9898
this._storeTimeout = 1000
9999
/**

0 commit comments

Comments
 (0)