From 210bfbb00d398a746b8ce724909087cf605adcb6 Mon Sep 17 00:00:00 2001
From: guardrex <1622880+guardrex@users.noreply.github.com>
Date: Wed, 11 Feb 2026 09:30:20 -0500
Subject: [PATCH] Small change for BasePath component coverage
---
aspnetcore/blazor/host-and-deploy/app-base-path.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aspnetcore/blazor/host-and-deploy/app-base-path.md b/aspnetcore/blazor/host-and-deploy/app-base-path.md
index ad8c854c9e14..cc668ad86ffa 100644
--- a/aspnetcore/blazor/host-and-deploy/app-base-path.md
+++ b/aspnetcore/blazor/host-and-deploy/app-base-path.md
@@ -141,7 +141,7 @@ Place the `` tag in `
` markup ([location of `` content](xref:b
:::moniker range=">= aspnetcore-11.0"
-In many hosting scenarios, the relative URL path to the app is the root of the app. When the app runs at `/`, `` renders `` automatically in [`` content](xref:blazor/project-structure#location-of-head-and-body-content). For any other deployment path, the component emits a `` element that matches the current request's path base.
+In many hosting scenarios, the relative URL path to the app is the root of the app. When the app runs at `/`, the `BasePath` component (``) renders `` automatically in [`` content](xref:blazor/project-structure#location-of-head-and-body-content). For any other deployment path, the component emits a `` element that matches the current request's path base.
:::moniker-end