Skip to content

Commit

Permalink
Merge d55d15c into 115e254
Browse files Browse the repository at this point in the history
  • Loading branch information
danyalutsevich committed Apr 30, 2024
2 parents 115e254 + d55d15c commit f1eec94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requests.md
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 f1eec94

Please sign in to comment.