Skip to content

Commit 5f52dd1

Browse files
authored
Fix
1 parent d645ea6 commit 5f52dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ You may pass a comma-delimited list of queue connections to the `listen` command
153153

154154
php artisan queue:listen --queue=high,low
155155

156-
In this example, jobs on the `high-connection` will always be processed before moving onto jobs from the `low-connection`.
156+
In this example, jobs on the `high` connection will always be processed before moving onto jobs from the `low` connection.
157157

158158
#### Specifying The Job Timeout Parameter
159159

0 commit comments

Comments
 (0)