From 1d12e6037d5e1afa2ba634ccd7ed1b4369f824fc Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 19 Jan 2023 05:07:20 -0600 Subject: [PATCH] Fix spelling (#28139) --- aspnetcore/blazor/components/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/blazor/components/index.md b/aspnetcore/blazor/components/index.md index e6809bc078..f65df11a47 100644 --- a/aspnetcore/blazor/components/index.md +++ b/aspnetcore/blazor/components/index.md @@ -1432,7 +1432,7 @@ The following `GenericTypeExample5` component with inferred cascaded types provi ## Render static root Razor components -A *root Razor component* is the first component loaded of any component hierarachy created by the app. +A *root Razor component* is the first component loaded of any component hierarchy created by the app. In an app created from the Blazor Server project template, the `App` component (`App.razor`) is created as the default root component in `Pages/_Host.cshtml` using the [Component Tag Helper](xref:mvc/views/tag-helpers/builtin-th/component-tag-helper): @@ -3101,7 +3101,7 @@ The following `GenericTypeExample5` component with inferred cascaded types provi ## Render static root Razor components -A *root Razor component* is the first component loaded of any component hierarachy created by the app. +A *root Razor component* is the first component loaded of any component hierarchy created by the app. In an app created from the Blazor Server project template, the `App` component (`App.razor`) is created as the default root component in `Pages/_Host.cshtml` using the [Component Tag Helper](xref:mvc/views/tag-helpers/builtin-th/component-tag-helper):