Skip to content

Commit

Permalink
Merge pull request #49 from danyalutsevich/patch-2
Browse files Browse the repository at this point in the history
fix: typo DECS => DESC
  • Loading branch information
zaro committed Jun 5, 2024
2 parents 115e254 + d55d15c commit 79fd2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ qb.select(['foo', 'bar'])
{ field: 'baz', operator: 'isnull' },
],
})
.sortBy({ field: 'bar', order: 'DECS' })
.sortBy({ field: 'bar', order: 'DESС' })
.setLimit(20)
.setPage(3)
.resetCache()
Expand Down

0 comments on commit 79fd2fd

Please sign in to comment.