diff --git a/source/docs/v3/tenant-maintenance-mode.blade.md b/source/docs/v3/tenant-maintenance-mode.blade.md index 1d4a70d..fb2f59a 100644 --- a/source/docs/v3/tenant-maintenance-mode.blade.md +++ b/source/docs/v3/tenant-maintenance-mode.blade.md @@ -24,7 +24,7 @@ This will let you use the following method on each tenant object: $tenant->putDownForMaintenance(); ``` -To remove specific tenant from maintainance mode: +To remove specific tenant from maintenance mode: ```php $tenant->update(['maintenance_mode' => null]); ```