diff --git a/queues.md b/queues.md index 7d61ab789ec..cb25ab22080 100644 --- a/queues.md +++ b/queues.md @@ -878,7 +878,7 @@ When chaining jobs, you may use the `catch` method to specify a closure that sho > Since chain callbacks are serialized and executed at a later time by the Laravel queue, you should not use the `$this` variable within chain callbacks. -### Customizing The Queue a Connection +### Customizing The Queue and Connection #### Dispatching to a Particular Queue