From 969ff64e02b5ba316ebfe58aba76ca9ceac34542 Mon Sep 17 00:00:00 2001 From: Roy Shay Date: Tue, 22 Feb 2022 21:05:53 +0000 Subject: [PATCH] Small typo fix in filesystems.php (#5827) * Update filesystems.php * Update filesystems.php Co-authored-by: Taylor Otwell --- config/filesystems.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filesystems.php b/config/filesystems.php index cf5abce7..888bd1ee 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -22,7 +22,7 @@ | | Here you may configure as many filesystem "disks" as you wish, and you | may even configure multiple disks of the same driver. Defaults have - | been setup for each driver as an example of the required options. + | been set up for each driver as an example of the required values. | | Supported Drivers: "local", "ftp", "sftp", "s3" |