chore: spellcheck typo

This commit is contained in:
AnabolicsAnonymous
2025-08-22 19:00:30 -05:00
parent e179f2bb3a
commit 832ab672bb
+1 -1
View File
@@ -23,7 +23,7 @@ Filter, sort, and paginate torrent requests.
| `filled` | boolean | Filter by filled status | - |
| `claimed` | boolean | Filter by claimed status | - |
| `sortField` | string | Field to sort by (name, created_at, updated_at, bounty) | created_at |
| `sortDirectio` | string | Sort direction (asc, desc) | desc |
| `sortDirection` | string | Sort direction (asc, desc) | desc |
| `page` | integer | Page number | 1 |
| `perPage` | integer | Items per page (max: 100) | 25 |