diff --git a/source/docs/v3/quickstart.blade.md b/source/docs/v3/quickstart.blade.md index a75f39e..3d3d586 100644 --- a/source/docs/v3/quickstart.blade.md +++ b/source/docs/v3/quickstart.blade.md @@ -48,7 +48,7 @@ App\Providers\TenancyServiceProvider::class, // <-- here ## Creating a tenant model {#creating-a-tenant-model} -Now you need to create a Tenant model. The package comes with a default Tenant model that has many features, but it attempts to be mostly unopinonated and as such, we need to create a custom model to use domains & databases. Create the file `app/Models/Tenant.php` like this: +Now you need to create a Tenant model. The package comes with a default Tenant model that has many features, but it attempts to be mostly unopinionated and as such, we need to create a custom model to use domains & databases. Create the file `app/Models/Tenant.php` like this: ```php