mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
docs(sqlite): fix usage typo
This commit is contained in:
parent
daa6d4cbb9
commit
453374d4e7
@ -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(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user