Skip to content

Commit f3743f5

Browse files
committed
doc: fix README.md typo
1 parent 0b2b50e commit f3743f5

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
@@ -45,7 +45,7 @@ The `buildPaginator` function has the following options:
4545
* `paginationKeys` [optional]: array of the fields to be used for the pagination, **default is `id`**.
4646
* `query` [optional]:
4747
* `limit`: limit the number of records returned, **default is 100**.
48-
* `order`: **ASC** or **DESC**, default is **DESC**.
48+
* `order`: **ASC** or **DESC**, **default is DESC**.
4949
* `beforeCursor`: the before cursor.
5050
* `afterCursor`: the after cursor.
5151

0 commit comments

Comments
 (0)