Skip to content

Commit f7c8658

Browse files
committed
docs(sqlStorage): string error in query example
1 parent ec4b5ce commit f7c8658

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ionic/platform/storage/sql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const win :any = window;
2323
* });
2424
*
2525
* // Sql storage also exposes the full engine underneath
26-
* storage.query('insert into projects(name, data) values('Cool Project', 'blah')');
26+
* storage.query('insert into projects(name, data) values("Cool Project", "blah")');
2727
* storage.query('select * from projects').then((resp) => {})
2828
* ```
2929
*

0 commit comments

Comments
 (0)