mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-08 07:26:41 +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';
|
* import { SQLite } from 'ionic-native';
|
||||||
*
|
*
|
||||||
* let db = new SQLite();
|
* let db = new SQLite();
|
||||||
* db.openDatabse({
|
* db.openDatabase({
|
||||||
* name: 'data.db',
|
* name: 'data.db',
|
||||||
* location: 'default' // the location field is required
|
* location: 'default' // the location field is required
|
||||||
* }).then(() => {
|
* }).then(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user