docs(): fix reference

change executeSql doc to mention create instead of openDatabase
This commit is contained in:
Ibby Hadeed
2017-04-18 17:36:39 -04:00
committed by GitHub
+1 -1
View File
@@ -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()