mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
Merge pull request #5573 from felipew/patch-1
docs(sqlStorage): string error in query example
This commit is contained in:
@ -23,7 +23,7 @@ const win :any = window;
|
|||||||
* });
|
* });
|
||||||
*
|
*
|
||||||
* // Sql storage also exposes the full engine underneath
|
* // 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) => {})
|
* storage.query('select * from projects').then((resp) => {})
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user