diff --git a/docs/en/Multi-Tenancy.md b/docs/en/Multi-Tenancy.md index 1a4a94ec1e..4b8e938a98 100644 --- a/docs/en/Multi-Tenancy.md +++ b/docs/en/Multi-Tenancy.md @@ -298,7 +298,7 @@ PreConfigure(options=>{ }); ``` -You must add this code to the Configure method as well. +You must add this code to the `Configure` method as well. ```csharp // using Volo.Abp.MultiTenancy;