Skip to content

Commit 9991199

Browse files
committed
Fix typo
1 parent 9bbc084 commit 9991199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/supabase-todolist/docs/BackgroundSync.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ To use background synchronization, make sure that:
66

77
1. You only use a single instance of your `PowerSyncDatabase`. Using multiple instances means that
88
multiple write connections are active, which can lead to "database is locked" issues, wasted
9-
resource due to multiple sync clients, and `watch()`ed queries not updating due to missing update
10-
notifications.
9+
resources due to multiple sync clients, and `watch()`ed queries not updating due to missing
10+
update notifications.
1111
2. You don't use separate processes for the UI and the background service.
1212

1313
These limitations are not inherent architectural issues, but sharing databases across processes is

0 commit comments

Comments
 (0)