diff --git a/docs/source/v2/custom-database-names.blade.md b/docs/source/v2/custom-database-names.blade.md index 6f7718e..ae407a3 100644 --- a/docs/source/v2/custom-database-names.blade.md +++ b/docs/source/v2/custom-database-names.blade.md @@ -7,7 +7,7 @@ section: content # Custom Database Names {#custom-database-names} -To set the a database name for a tenant, use set `_tenancy_db_name` key in the tenant's storage. +To set a specific database name for a tenant, specify 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: @@ -17,4 +17,4 @@ use Stancl\Tenancy\Tenant; Tenant::create('example.com', [ '_tenancy_db_name' => 'example_com' ]) -``` \ No newline at end of file +```