Skip to content

Commit fff7fc1

Browse files
authored
Update phrasing to fix loc problem (#35660)
1 parent 4eadbd0 commit fff7fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/blazor/tutorials/signalr-blazor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Use Response Compression Middleware at the top of the processing pipeline's conf
217217
app.UseResponseCompression();
218218
```
219219

220-
Add an endpoint for the hub immediately before the line that runs the app (`app.Run();`):
220+
Add an endpoint for the hub:
221221

222222
```csharp
223223
app.MapHub<ChatHub>("/chathub");

0 commit comments

Comments
 (0)