Skip to content

Commit

Permalink
Merge pull request #43 from Slowhand0309/fix/typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
dmonad authored Feb 12, 2025
2 parents 124ae63 + 7c50a89 commit ff468b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/y-indexeddb.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class IndexeddbPersistence extends Observable {
fetchUpdates(this, beforeApplyUpdatesCallback, afterApplyUpdatesCallback)
})
/**
* Timeout in ms untill data is merged and persisted in idb.
* Timeout in ms until data is merged and persisted in idb.
*/
this._storeTimeout = 1000
/**
Expand Down

0 comments on commit ff468b5

Please sign in to comment.