mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Fixed comment
This commit is contained in:
@@ -22,7 +22,7 @@ const DB_NAME = '__ionicstorage';
|
||||
* });
|
||||
*
|
||||
* // Sql storage also exposes the full engine underneath
|
||||
* storage.query('insert into projects(name, data) values('Cool Project', 'blah')');'
|
||||
* storage.query('insert into projects(name, data) values('Cool Project', 'blah');'
|
||||
* storage.query('select * from projects').then((resp) => {})
|
||||
* ```
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user