We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4b5ce commit f7c8658Copy full SHA for f7c8658
1 file changed
ionic/platform/storage/sql.ts
@@ -23,7 +23,7 @@ const win :any = window;
23
* });
24
*
25
* // Sql storage also exposes the full engine underneath
26
- * storage.query('insert into projects(name, data) values('Cool Project', 'blah')');
+ * storage.query('insert into projects(name, data) values("Cool Project", "blah")');
27
* storage.query('select * from projects').then((resp) => {})
28
* ```
29
0 commit comments