Skip to content

Commit c3b0bb2

Browse files
74dinewadepickett
andauthored
docs: Fix incorrect highlighted line in SignalR documentation (#36901)
* docs: Fix incorrect highlighted line for 'Configure SignalR' codeblock * Apply suggestion from @wadepickett Updated ms.date --------- Co-authored-by: Wade Pickett <wpickett@microsoft.com>
1 parent 94e8f38 commit c3b0bb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/tutorials/signalr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: In this tutorial, you create a chat app that uses ASP.NET Core Sign
77
monikerRange: '>= aspnetcore-3.1'
88
ms.author: wpickett
99
ms.custom: mvc, engagement-fy23
10-
ms.date: 01/27/2026
10+
ms.date: 03/20/2026
1111
uid: tutorials/signalr
1212

1313
# Customer intent: As a developer, I want to get a quick proof-of-concept app running, so I can get a practical introduction to ASP.NET Core SignalR.
@@ -160,7 +160,7 @@ The `SendMessage` method can be called by a connected client to send a message t
160160

161161
The SignalR server must be configured to pass SignalR requests to SignalR. Add the following highlighted code to the `Program.cs` file.
162162

163-
[!code-csharp[Startup](~/tutorials/signalr/samples/10.x/SignalRChat/Program.cs?highlight=1,7,27)]
163+
[!code-csharp[Startup](~/tutorials/signalr/samples/10.x/SignalRChat/Program.cs?highlight=1,7,26)]
164164

165165
The preceding highlighted code adds SignalR to the ASP.NET Core dependency injection and routing systems.
166166

0 commit comments

Comments
 (0)