From 2ae517752b60749367e6f61c0b0929b673aea3cb Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 21 Sep 2023 06:05:48 -0400 Subject: [PATCH] Update API (#30428) --- aspnetcore/blazor/components/js-spa-frameworks.md | 6 +++--- aspnetcore/blazor/components/render-modes.md | 4 ++-- aspnetcore/blazor/fundamentals/signalr.md | 2 +- aspnetcore/blazor/project-structure.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) 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`: