Skip to content

Commit 6fd531e

Browse files
tniessenRafaelGSS
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 11e375a commit 6fd531e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/sqlite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ added:
268268
applying the changeset is aborted and the database is rolled back.
269269

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

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

0 commit comments

Comments
 (0)