docs(): Update sqlite.ts (#375)

Fixed typo
This commit is contained in:
Daniele Sartiano 2016-07-31 20:25:27 +02:00 committed by Ibrahim Hadeed
parent 817a4340e7
commit 8dfe0dbaf2

View File

@ -15,7 +15,7 @@ declare var sqlitePlugin;
* import { SQLite } from 'ionic-native';
*
* let db = new SQLite();
* db.openDatabse({
* db.openDatabase({
* name: 'data.db',
* location: 'default' // the location field is required
* }).then(() => {