From c9082bae72e5edec54255dd451d1fa79e889a1be Mon Sep 17 00:00:00 2001 From: Ahmed Alaa <92916738+AhmedAlaa4611@users.noreply.github.com> Date: Fri, 22 Aug 2025 18:14:55 +0300 Subject: [PATCH] Improve wording --- queues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queues.md b/queues.md index 922834e547..7da3158e71 100644 --- a/queues.md +++ b/queues.md @@ -1842,7 +1842,7 @@ $batch = Bus::batch([ #### Retrying Failed Batch Jobs -For convenience, Laravel provides a `queue:retry-batch` Artisan command that allows you to easily retry all of the failed jobs for a given batch. The `queue:retry-batch` command accepts the UUID of the batch whose failed jobs should be retried: +For convenience, Laravel provides a `queue:retry-batch` Artisan command that allows you to easily retry all of the failed jobs for a given batch. This command accepts the UUID of the batch whose failed jobs should be retried: ```shell php artisan queue:retry-batch 32dbc76c-4f82-4749-b610-a639fe0099b5