From 660ae8504a8afac1308d2fd1785422fc7087fee0 Mon Sep 17 00:00:00 2001 From: Masum ULU <49063256+masumulu28@users.noreply.github.com> Date: Sun, 1 Oct 2023 18:01:07 +0300 Subject: [PATCH] Quick doc fix --- docs/en/UI/Angular/Multi-Tenancy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/Angular/Multi-Tenancy.md b/docs/en/UI/Angular/Multi-Tenancy.md index f133e5f25e..f897519ec0 100644 --- a/docs/en/UI/Angular/Multi-Tenancy.md +++ b/docs/en/UI/Angular/Multi-Tenancy.md @@ -127,7 +127,7 @@ The app sends the `__tenant` header that contains the current tenant id on each ### Handling Domain-based Tenant not found -When the application is initiated and a domain-based tenant is active, it makes a request for validating tenant. If it cannot be located. The Angular application calls the function. The function displays an error message, but you can customize the functionality by injecting the 'TENANT_NOT_FOUND_BY_NAME' token into the function. +When the application is initialized and a domain-based tenant is active, it makes a request for validating tenant. If it cannot be located, the Angular application calls the function. The function displays an error message, but you can customize the functionality by injecting the `TENANT_NOT_FOUND_BY_NAME` token into the function. Example: ```ts