diff --git a/doc/api/sqlite.md b/doc/api/sqlite.md index 6f12ee635a57d5..a05b9ea3f659f1 100644 --- a/doc/api/sqlite.md +++ b/doc/api/sqlite.md @@ -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()`][].