Skip to content

Commit 674d8b2

Browse files
simoneperellimathiasrw
authored andcommitted
Fix typo in README (#1131)
Fix small typo in README.md
1 parent dd08758 commit 674d8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ AlaSQL extends "good old" SQL to make it closer to JavaScript. The "sugar" inclu
214214

215215
* Write Json objects - `{a:'1',b:@['1','2','3']}`
216216

217-
* Accesss object properties - `obj->property->subproperty`
217+
* Access object properties - `obj->property->subproperty`
218218
* Access object and arrays elements - `obj->(a*1)`
219219
* Access JavaScript functions - `obj->valueOf()`
220220
* Format query output with `SELECT VALUE, ROW, COLUMN, MATRIX`

0 commit comments

Comments
 (0)