fix(doc): typo
This commit is contained in:
parent
3136d71032
commit
f1dd467c95
|
@ -178,6 +178,6 @@ var results = store.query(ctx, "myCollection", {
|
||||||
limit: 10,
|
limit: 10,
|
||||||
offset: 5,
|
offset: 5,
|
||||||
orderBy: "foo",
|
orderBy: "foo",
|
||||||
orderDirection: store.ASC,
|
orderDirection: store.DIRECTION_ASC,
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue