mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
docs(): fix reference
change executeSql doc to mention create instead of openDatabase
This commit is contained in:
commit
1f0986fa6f
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user