fix spaces and syntax

This commit is contained in:
Adebayo Ilerioluwa 2020-07-21 19:14:18 +01:00
parent 27da43dc58
commit 2eb3ea0bbe
2 changed files with 2 additions and 2 deletions

View file

@ -4,6 +4,6 @@ extends: _layouts.documentation
section: content
---
# Multi-database tenancy {#multi-databse-tenancy}
# Multi database tenancy {#multi-database-tenancy}
TODO

View file

@ -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') }}).