diff --git a/src/@ionic-native/plugins/sqlite/index.ts b/src/@ionic-native/plugins/sqlite/index.ts index e10496067..f150f1c97 100644 --- a/src/@ionic-native/plugins/sqlite/index.ts +++ b/src/@ionic-native/plugins/sqlite/index.ts @@ -162,7 +162,7 @@ export class SQLiteObject { * .then((db: SQLiteObject) => { * * - * db.executeSql('create table danceMoves(name VARCHAR(32))', {}) + * db.executeSql('create table danceMoves(name VARCHAR(32))', []) * .then(() => console.log('Executed SQL')) * .catch(e => console.log(e)); *