change executeSql doc to mention create instead of openDatabase
This commit is contained in:
parent
4bd6aaba2b
commit
3e8211461a
@ -67,7 +67,7 @@ export class SQLiteObject {
|
||||
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.
|
||||
*/
|
||||
@CordovaInstance()
|
||||
|
Loading…
x
Reference in New Issue
Block a user