change executeSql doc to mention create instead of openDatabase

This commit is contained in:
Robert Coie 2017-04-16 16:27:09 -07:00
parent 4bd6aaba2b
commit 3e8211461a

View File

@ -67,7 +67,7 @@ export class SQLiteObject {
start(): void { } start(): void { }
/** /**
* Execute SQL on the opened database. Note, you must call `openDatabase` first, and * Execute SQL on the opened database. Note, you must call `create` first, and
* ensure it resolved and successfully opened the database. * ensure it resolved and successfully opened the database.
*/ */
@CordovaInstance() @CordovaInstance()