doc: fix typo in sqlite.md

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Tobias Nießen 2025-03-15 00:18:37 +01:00 committed by RafaelGSS
parent 7343cf101f
commit ae140b6e37
No known key found for this signature in database
GPG Key ID: 8BEAB4DFCF555EF4
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ added:
applying the changeset is aborted and the database is rolled back.
**Default**: A function that returns `SQLITE_CHANGESET_ABORT`.
* Returns: {boolean} Whether the changeset was applied succesfully without being aborted.
* Returns: {boolean} Whether the changeset was applied successfully without being aborted.
An exception is thrown if the database is not
open. This method is a wrapper around [`sqlite3changeset_apply()`][].