diff --git a/src/plugins/sqlite.ts b/src/plugins/sqlite.ts index 806f47abc..ac8a55d30 100644 --- a/src/plugins/sqlite.ts +++ b/src/plugins/sqlite.ts @@ -24,7 +24,7 @@ declare var sqlitePlugin; * db.executeSql('create table danceMoves(name VARCHAR(32))', {}).then(() => {}).catch(() => {}); * * }) - * .catch(error => console.error('Error opening database', error); + * .catch(error => console.error('Error opening database', error)); * * * // OPTION B: Create a new instance of SQLite