diff --git a/src/plugins/sqlite.ts b/src/plugins/sqlite.ts index d4e95cbad..cb72e935f 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 openening database', error); + * .catch(error => console.error('Error opening database', error); * * * // OPTION B: Create a new instance of SQLite