Fixed comment

This commit is contained in:
Max Lynch
2015-11-23 21:36:09 -06:00
parent 653a372c57
commit 7db1deddf7

View File

@@ -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) => {})
* ```
*