From 2eb3ea0bbe07ff13009270ccadf0d516cf591e9d Mon Sep 17 00:00:00 2001 From: Adebayo Ilerioluwa <46798106+adebayoileri@users.noreply.github.com> Date: Tue, 21 Jul 2020 19:14:18 +0100 Subject: [PATCH] fix spaces and syntax --- source/docs/v3/multi-database-tenancy.blade.md | 2 +- source/docs/v3/routes.blade.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/docs/v3/multi-database-tenancy.blade.md b/source/docs/v3/multi-database-tenancy.blade.md index 96c4290..1a88855 100644 --- a/source/docs/v3/multi-database-tenancy.blade.md +++ b/source/docs/v3/multi-database-tenancy.blade.md @@ -4,6 +4,6 @@ extends: _layouts.documentation section: content --- -# Multi-database tenancy {#multi-databse-tenancy} +# Multi database tenancy {#multi-database-tenancy} TODO \ No newline at end of file diff --git a/source/docs/v3/routes.blade.md b/source/docs/v3/routes.blade.md index 96b868c..32242a3 100644 --- a/source/docs/v3/routes.blade.md +++ b/source/docs/v3/routes.blade.md @@ -76,6 +76,6 @@ Due to the order in which the service providers (and as such, their routes) are However, tenant routes that don't have their central counterpart will still be accessible on central domains and will result in a "Tenant could not be identified on domain ..." error. To avoid this, use the `Stancl\Tenancy\Middleware\PreventAccessFromCentralDomains` middleware on all of your tenant routes. This middleware will abort with a 404 if the user is trying to visit a tenant route on a central domain. -## Universal routes [#universal-routes] +## Universal routes {#universal-routes} See the [Universal Routes feature]({{ $page->link('features/universal-routes') }}).