From b9d8c73998dfe028e4cd3a7a1da9cf2a977a6d38 Mon Sep 17 00:00:00 2001 From: Robert Haken Date: Fri, 29 Nov 2024 01:03:18 +0100 Subject: [PATCH] [Blazor] Debug - missing * --- aspnetcore/blazor/debug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/debug.md b/aspnetcore/blazor/debug.md index 0b4342d22490..a8f9dc694233 100644 --- a/aspnetcore/blazor/debug.md +++ b/aspnetcore/blazor/debug.md @@ -386,7 +386,7 @@ The additional options in the following table only apply to **hosted Blazor WebA *The guidance in this section applies debugging Blazor WebAssembly apps in:* * ***Google Chrome*** *running on Windows or macOS.* -* ***Microsoft Edge** *running on Windows.* +* ***Microsoft Edge*** *running on Windows.* 1. Run the app in a command shell with `dotnet watch` (or `dotnet run`). 1. Launch a browser and navigate to the app's URL.