diff --git a/aspnetcore/blazor/components/js-spa-frameworks.md b/aspnetcore/blazor/components/js-spa-frameworks.md index 8ed649c40d..fe7dcf9dd1 100644 --- a/aspnetcore/blazor/components/js-spa-frameworks.md +++ b/aspnetcore/blazor/components/js-spa-frameworks.md @@ -49,7 +49,7 @@ The following example demonstrates the dynamic registration of the preceding `Qu :::moniker range=">= aspnetcore-8.0" -* In a Blazor Web App app, modify the call to in the server-side `Program` file: +* In a Blazor Web App app, modify the call to in the server-side `Program` file: ```csharp builder.Services.AddRazorComponents() @@ -228,7 +228,7 @@ Add a package reference for [`Microsoft.AspNetCore.Components.CustomElements`](h ### Blazor Web App registration -To register a root component as a custom element in a Blazor Web App, modify the call to in the server-side `Program` file. The following example registers the `Counter` component with the custom HTML element `my-counter`: +To register a root component as a custom element in a Blazor Web App, modify the call to in the server-side `Program` file. The following example registers the `Counter` component with the custom HTML element `my-counter`: