Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/common/src/db/crud/SyncProgress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface ProgressWithOperations {
* Additionally, the {@link SyncProgress.untilPriority} method can be used to otbain progress towards
* a specific priority (instead of the progress for the entire download).
*
* The reported progress always reflects the status towards th end of a sync iteration (after
* The reported progress always reflects the status towards the end of a sync iteration (after
* which a consistent snapshot of all buckets is available locally).
*
* In rare cases (in particular, when a [compacting](https://docs.powersync.com/usage/lifecycle-maintenance/compacting-buckets)
Expand Down