From 4931b7bd934364c2e4cf86c62a3827e816854b3a Mon Sep 17 00:00:00 2001 From: Suhaib Mousa Date: Tue, 24 Jun 2025 10:30:18 +0300 Subject: [PATCH] remove non-HTTP from doc --- docs/en/framework/architecture/multi-tenancy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/framework/architecture/multi-tenancy/index.md b/docs/en/framework/architecture/multi-tenancy/index.md index e0d718d625..59453f9861 100644 --- a/docs/en/framework/architecture/multi-tenancy/index.md +++ b/docs/en/framework/architecture/multi-tenancy/index.md @@ -350,7 +350,7 @@ context.Services 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). +It is intended primarily for **development or testing environments** where setting the tenant manually is useful (e.g., without headers, route parameters, or query strings). ###### **Configuration Example:**