Skip to content

Commit 08b3562

Browse files
committed
doc: fix typo
1 parent 9c3b2e0 commit 08b3562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/sqlite.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Creates and attaches a session to the database. This method is a wrapper around
171171
Takes the name of the table that a change targets as first argument. When this option is not
172172
provided all changes are attempted.
173173
* `onConflict` {number} Determines how conflicts are handled. When provided, must be one of the values below:
174-
* `SQLITE_CHANGESET_OMIT`: conflicting changes are either omitted.
174+
* `SQLITE_CHANGESET_OMIT`: conflicting changes omitted.
175175
* `SQLITE_CHANGESET_REPLACE`: conflicting changes replace existing values.
176176
* `SQLITE_CHANGESET_ABORT`: abort on conflict and roll back databsase (default).
177177
* Returns: {boolean} Whether the changeset was applied succesfully without being aborted.

0 commit comments

Comments
 (0)