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