From cdf6fc07a84204959176c1a935b2e45e77dcc50b Mon Sep 17 00:00:00 2001 From: Chinmay Purav Date: Sat, 22 Oct 2022 00:13:49 +0530 Subject: [PATCH] fixed typo for `:` --- source/docs/v3/quickstart.blade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/docs/v3/quickstart.blade.md b/source/docs/v3/quickstart.blade.md index c54a067..615bd77 100644 --- a/source/docs/v3/quickstart.blade.md +++ b/source/docs/v3/quickstart.blade.md @@ -82,7 +82,7 @@ In other words, it creates & migrates the tenant's database after he's created ## Central routes {#central-routes} -We'll make a small change to the `app/Providers/RouteServiceProvider.php` file. Specifically, we'll make sure that central routes are registered on central domains only. +We'll make a small change to the `app/Providers/RouteServiceProvider.php` file. Specifically, we'll make sure that central routes are registered on central domains only. ```php protected function mapWebRoutes() @@ -136,7 +136,7 @@ Now we need to actually specify the central domains. A central domain is a domai ], ``` ->If you're using Laravel Sail, no changes required: +>If you're using Laravel Sail, no changes required. ## Tenant routes {#tenant-routes}