diff --git a/docs/source/v2/custom-database-names.blade.md b/docs/source/v2/custom-database-names.blade.md index 07dfe7d..a215ee5 100644 --- a/docs/source/v2/custom-database-names.blade.md +++ b/docs/source/v2/custom-database-names.blade.md @@ -7,9 +7,9 @@ section: content # Custom Database Names {#custom-database-names} -To use a specific database name for a tenant, set the `_tenancy_db_name` key in the tenant's storage. +To set a specific database name for a tenant, set the `_tenancy_db_name` key in the tenant's storage. -You should do this during the tenant creation process, to make sure the database is created with the right name: +You should do this during the tenant creation process, to make sure the right database name is used during database creation. ```php use Stancl\Tenancy\Tenant;