Skip to content

Commit ee4e855

Browse files
tniessenaduh95
authored andcommitted
doc: fix typo in sqlite.md
PR-URL: #57473 Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 99f93af commit ee4e855

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
@@ -258,7 +258,7 @@ added: v23.3.0
258258
applying the changeset is aborted and the database is rolled back.
259259

260260
**Default**: A function that returns `SQLITE_CHANGESET_ABORT`.
261-
* Returns: {boolean} Whether the changeset was applied succesfully without being aborted.
261+
* Returns: {boolean} Whether the changeset was applied successfully without being aborted.
262262

263263
An exception is thrown if the database is not
264264
open. This method is a wrapper around [`sqlite3changeset_apply()`][].

0 commit comments

Comments
 (0)