Browse Source

Update Multi-Tenancy.md

pull/18858/head^2
maliming 3 years ago
committed by GitHub
parent
commit
1fe4a25b9c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/Multi-Tenancy.md

2
docs/en/Multi-Tenancy.md

@ -394,7 +394,7 @@ app.UseMultiTenancy();
`ITenantStore` is used to get the tenant configuration from a data source.
> Tenant names are not case-sensitive. `ITenantStore` will use the `NormalizedName` parameter to get tenants, You need to use `ITenantNormalizer`` to normalize tenant names.
> Tenant names are not case-sensitive. `ITenantStore` will use the `NormalizedName` parameter to get tenants, You need to use `ITenantNormalizer` to normalize tenant names.
#### Tenant Management Module

Loading…
Cancel
Save