Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
geeksilva97 committed Dec 13, 2024
1 parent 2232b8f commit ebe2453
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/api/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,7 @@ An object containing commonly used constants for SQLite operations.

The following constants are exported by the `sqlite.constants` object.

#### SQLite Session constants

##### Conflict-resolution constants
#### Conflict-resolution constants

The following constants are meant for use with [`database.applyChangeset()`](#databaseapplychangesetchangeset-options).

Expand All @@ -464,7 +462,7 @@ The following constants are meant for use with [`database.applyChangeset()`](#da
</tr>
<tr>
<td><code>SQLITE_CHANGESET_ABORT</code></td>
<td>Abort when a change encounters a conflict and roll back databsase.</td>
<td>Abort when a change encounters a conflict and roll back database.</td>
</tr>
</table>

Expand Down

0 comments on commit ebe2453

Please sign in to comment.