Skip to content

Commit e6fb851

Browse files
Update learn/advanced/asynchronous_operations.md
Co-authored-by: gui machiavelli <[email protected]>
1 parent 5b15eb3 commit e6fb851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/advanced/asynchronous_operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Currently, these are Meilisearch's asynchronous operations:
2121

2222
## Understanding tasks
2323

24-
At this time, all of Meilisearch's asynchronous operations belong to a category called "tasks". After you have requested an asynchronous operation, you can use the [task API](/reference/api/tasks.md) to find the detailed status of your request. To do so, you will need the task's unique identifier.
24+
All of Meilisearch's asynchronous operations belong to a category called "tasks". After you have requested an asynchronous operation, you can use the [task API](/reference/api/tasks.md) to find the detailed status of your request. To do so, you will need the task's unique identifier.
2525

2626
### Task API response
2727

0 commit comments

Comments
 (0)