From 3e8211461a78919669acb4fa4cc3cf4d7af4f4ed Mon Sep 17 00:00:00 2001 From: Robert Coie Date: Sun, 16 Apr 2017 16:27:09 -0700 Subject: [PATCH] change executeSql doc to mention create instead of openDatabase --- src/@ionic-native/plugins/sqlite/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/sqlite/index.ts b/src/@ionic-native/plugins/sqlite/index.ts index 4343f8988..cc2fa322a 100644 --- a/src/@ionic-native/plugins/sqlite/index.ts +++ b/src/@ionic-native/plugins/sqlite/index.ts @@ -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()