Skip to content

Commit d1fd418

Browse files
committed
Fixed a typo in a block comment queue.php
Normally, words that start with vowels (like "unified") are preceded by "an" instead of "a." However, "unified" is an exception to the rule. Source: https://www.a-or-an.com/a_an/unified
1 parent b43890c commit d1fd418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/queue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| Default Queue Driver
88
|--------------------------------------------------------------------------
99
|
10-
| The Laravel queue API supports a variety of back-ends via an unified
10+
| The Laravel queue API supports a variety of back-ends via a unified
1111
| API, giving you convenient access to each back-end using the same
1212
| syntax for each one. Here you may set the default queue driver.
1313
|

0 commit comments

Comments
 (0)