diff --git a/README.md b/README.md index 95fb7c60..8ce25809 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
-
+
diff --git a/assets/config.php b/assets/config.php
index b12cd6c4..a10ad33c 100644
--- a/assets/config.php
+++ b/assets/config.php
@@ -112,7 +112,7 @@ return [
* See https://tenancyforlaravel.com/docs/v3/tenancy-bootstrappers/#filesystem-tenancy-boostrapper
*/
'root_override' => [
- // Disks whose roots should be overriden after storage_path() is suffixed.
+ // Disks whose roots should be overridden after storage_path() is suffixed.
'local' => '%storage_path%/app/',
'public' => '%storage_path%/app/public/',
],