mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +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
|
||||
* 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