Update sqlite.ts (#863)

Fixed a typo
This commit is contained in:
Musa Haidari
2016-12-13 02:12:29 +04:30
committed by Ibrahim Hadeed
parent 114a74d3ba
commit 54d2c46742
+1 -1
View File
@@ -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