Skip to content

Commit ca7f386

Browse files
emyu01taylorotwell
andauthored
[8.x] Grammatical omission of 'of' on line 14 (laravel#5603)
* [FIX] grammatical omission of 'of' on line 14 * Update artisan Co-authored-by: Taylor Otwell <[email protected]>
1 parent 5bd72e7 commit ca7f386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artisan

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ define('LARAVEL_START', microtime(true));
1111
| Composer provides a convenient, automatically generated class loader
1212
| for our application. We just need to utilize it! We'll require it
1313
| into the script here so that we do not have to worry about the
14-
| loading of any our classes "manually". Feels great to relax.
14+
| loading of any of our classes manually. It's great to relax.
1515
|
1616
*/
1717

0 commit comments

Comments
 (0)