From d1fd41882696b6220cca7abfce57a1bb45f5656c Mon Sep 17 00:00:00 2001 From: Drew Budwin Date: Fri, 20 Jan 2017 19:51:53 -0500 Subject: [PATCH 1/2] 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 --- config/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/queue.php b/config/queue.php index 549322ed..8a9ebf6e 100644 --- a/config/queue.php +++ b/config/queue.php @@ -7,7 +7,7 @@ | Default Queue Driver |-------------------------------------------------------------------------- | - | The Laravel queue API supports a variety of back-ends via an unified + | The Laravel queue API supports a variety of back-ends via a unified | API, giving you convenient access to each back-end using the same | syntax for each one. Here you may set the default queue driver. | From a9fad67e1fb369779f4c5ebe454524a24e3698b7 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 21 Jan 2017 10:15:05 -0600 Subject: [PATCH 2/2] fix spacing --- config/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/queue.php b/config/queue.php index 8a9ebf6e..4d83ebd0 100644 --- a/config/queue.php +++ b/config/queue.php @@ -7,7 +7,7 @@ | Default Queue Driver |-------------------------------------------------------------------------- | - | The Laravel queue API supports a variety of back-ends via a unified + | Laravel's queue API supports an assortment of back-ends via a single | API, giving you convenient access to each back-end using the same | syntax for each one. Here you may set the default queue driver. |