Skip to content

Commit 5a2a371

Browse files
committed
Update copy
1 parent 9d8ef45 commit 5a2a371

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/types/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,7 @@ export type TasksQuery = {
550550
limit?: number;
551551
from?: number;
552552
/**
553-
* If true, the tasks are returned in reverse order
554-
* Requires Meilisearch 1.12.0 or later.
553+
* If true, the tasks are returned in reverse order (requires Meilisearch 1.12.0 or later)
555554
*/
556555
reverse?: boolean;
557556
};

0 commit comments

Comments
 (0)