From 4f6521789238348c676d6a0862dde63286eaaa0c Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Tue, 15 Oct 2019 15:04:49 -0400 Subject: [PATCH] Update docs/source/v2/tenant-routes.blade.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Samuel Ć tancl --- docs/source/v2/tenant-routes.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/v2/tenant-routes.blade.md b/docs/source/v2/tenant-routes.blade.md index 65b494c..38772c0 100644 --- a/docs/source/v2/tenant-routes.blade.md +++ b/docs/source/v2/tenant-routes.blade.md @@ -31,7 +31,7 @@ In previous versions, the `InitializeTenancy` middleware was applied only on ten ## Central routes {#central-routes} -Routes files other than `routes/tenant.php` will not have the `tenancy` middleware automatically applied on them, so will be Central routes. If you want routes to be tenant-routes, you can apply the `tenant` middleware manually, as described in custom route groups below. +Routes in files other than `routes/tenant.php` will not have the `tenancy` middleware automatically applied on them, so they will be central routes. If you want these routes to be tenant routes, you can apply the `tenancy` middleware manually, as described in custom route groups below. ## API routes / custom route groups {#custom-groups}