From 7dcd9f7ff31943e44b93eac7ce9123784b3fe9eb Mon Sep 17 00:00:00 2001 From: Bello Marcus <45983346+marcusbello@users.noreply.github.com> Date: Sun, 23 Nov 2025 06:53:57 -0600 Subject: [PATCH 1/2] Fix typo in SignalR tutorial for folder name Fixed Typo in VSCode command in the Terminal when opening the SignalRChat folder name, the document has `SignalRChat1 instead of `SignalRChat as the folder name. --- aspnetcore/tutorials/signalr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/signalr.md b/aspnetcore/tutorials/signalr.md index 9517778a9ff4..d3f559ed0cc2 100644 --- a/aspnetcore/tutorials/signalr.md +++ b/aspnetcore/tutorials/signalr.md @@ -78,7 +78,7 @@ code -r SignalRChat The `dotnet new` command creates a new Razor Pages project in the `SignalRChat` folder. -The `code` command opens the `SignalRChat1 folder in the current instance of Visual Studio Code. +The `code` command opens the `SignalRChat folder in the current instance of Visual Studio Code. [!INCLUDE[](~/includes/vscode-trust-authors-add-assets.md)] From c71970dbaa539cf353394911fd9304324e74c48b Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Sun, 23 Nov 2025 20:21:32 -0500 Subject: [PATCH 2/2] Fix typo in SignalR tutorial --- aspnetcore/tutorials/signalr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/signalr.md b/aspnetcore/tutorials/signalr.md index d3f559ed0cc2..409d6f3a7dad 100644 --- a/aspnetcore/tutorials/signalr.md +++ b/aspnetcore/tutorials/signalr.md @@ -78,7 +78,7 @@ code -r SignalRChat The `dotnet new` command creates a new Razor Pages project in the `SignalRChat` folder. -The `code` command opens the `SignalRChat folder in the current instance of Visual Studio Code. +The `code` command opens the `SignalRChat` folder in the current instance of Visual Studio Code. [!INCLUDE[](~/includes/vscode-trust-authors-add-assets.md)]