docs(sqlite): fix usage typo

This commit is contained in:
Ibby Hadeed 2016-07-17 02:11:52 -04:00
parent daa6d4cbb9
commit 453374d4e7

View File

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