Fix spelling (#28139)

pull/28142/head
Luke Latham 2023-01-19 05:07:20 -06:00 committed by GitHub
parent d9d40a521b
commit 1d12e6037d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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):