We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd08758 commit 674d8b2Copy full SHA for 674d8b2
README.md
@@ -214,7 +214,7 @@ AlaSQL extends "good old" SQL to make it closer to JavaScript. The "sugar" inclu
214
215
* Write Json objects - `{a:'1',b:@['1','2','3']}`
216
217
-* Accesss object properties - `obj->property->subproperty`
+* Access object properties - `obj->property->subproperty`
218
* Access object and arrays elements - `obj->(a*1)`
219
* Access JavaScript functions - `obj->valueOf()`
220
* Format query output with `SELECT VALUE, ROW, COLUMN, MATRIX`
0 commit comments