From b7e139e2a749f3a908cd3b3fc2aaa5afe6e59ada Mon Sep 17 00:00:00 2001 From: Suhaib Mousa Date: Tue, 24 Jun 2025 00:47:11 +0300 Subject: [PATCH] fix doc headings --- docs/en/framework/architecture/multi-tenancy/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/framework/architecture/multi-tenancy/index.md b/docs/en/framework/architecture/multi-tenancy/index.md index e216fac221..e0d718d625 100644 --- a/docs/en/framework/architecture/multi-tenancy/index.md +++ b/docs/en/framework/architecture/multi-tenancy/index.md @@ -346,13 +346,13 @@ context.Services ``` -### `ConfigurationTenantResolveContributor` +##### ConfigurationTenantResolveContributor This tenant resolver reads the tenant identifier from application configuration `appsettings.json`. It is intended primarily for **development or testing environments** where setting the tenant manually is helpful, especially in **non-HTTP** contexts (e.g., console apps, background workers). -##### **Configuration Example:** +###### **Configuration Example:** ```json {