From 54d2c46742a6bad093c5571658c3fae9f2518305 Mon Sep 17 00:00:00 2001 From: Musa Haidari Date: Tue, 13 Dec 2016 02:12:29 +0430 Subject: [PATCH] Update sqlite.ts (#863) Fixed a typo --- src/plugins/sqlite.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/sqlite.ts b/src/plugins/sqlite.ts index d4e95cbad..cb72e935f 100644 --- a/src/plugins/sqlite.ts +++ b/src/plugins/sqlite.ts @@ -24,7 +24,7 @@ declare var sqlitePlugin; * db.executeSQL('create table danceMoves(name VARCHAR(32))').then(() => {}).catch(() => {}); * * }) - * .catch(error => console.error('Error openening database', error); + * .catch(error => console.error('Error opening database', error); * * * // OPTION B: Create a new instance of SQLite