From ca8324fc5c91fff7b9271a648934962bd4f8f3b6 Mon Sep 17 00:00:00 2001 From: Hamza Albreem <94292623+braim23@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:54:48 +0300 Subject: [PATCH] Update Multi-Tenancy.md --- docs/en/Multi-Tenancy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;