Skip to content

Commit 1ee7342

Browse files
Fix typo (#10001)
1 parent f908fe3 commit 1ee7342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queues.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ When chaining jobs, you may use the `catch` method to specify a closure that sho
878878
> 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.
879879
880880
<a name="customizing-the-queue-and-connection"></a>
881-
### Customizing The Queue a Connection
881+
### Customizing The Queue and Connection
882882

883883
<a name="dispatching-to-a-particular-queue"></a>
884884
#### Dispatching to a Particular Queue

0 commit comments

Comments
 (0)