Skip to content

Commit

Permalink
docs(sqlite): fix usage typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Jul 17, 2016
1 parent daa6d4c commit 453374d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/sqlite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit 453374d

Please sign in to comment.