mirror of https://github.com/nodejs/node.git
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:
parent
7343cf101f
commit
ae140b6e37
|
@ -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()`][].
|
||||
|
|
Loading…
Reference in New Issue