Skip to content

Commit 2cc18a7

Browse files
committed
fix typo in readme
1 parent 026d9c2 commit 2cc18a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ PowerSync supports configuring the local client SQLite database for durability
990990
const durableSqliteOptions = SqliteOptions(
991991
journalMode: SqliteJournalMode.wal,
992992
synchronous: SqliteSynchronous.full,
993-
);
993+
);
994994
```
995995

996996
This allows SQLite databases to be durable across power failures, etc.

0 commit comments

Comments
 (0)