Skip to content

Commit 46eab67

Browse files
authored
Fix small typo (#9398)
1 parent 8723b59 commit 46eab67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-notes/9.0/preview/preview6/aspnetcore.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The project templates for Blazor, MVC, and Razor Pages have all been updated to
6060

6161
SignalR now has an `ActivitySource` named "Microsoft.AspNetCore.SignalR.Server" that emits events for hub method calls. Every method is its own activity, so anything that emits an activity during the hub method call will be under the hub method activity. Hub method activities don't have a parent, so they won't be bundled under the long running SignalR connection.
6262

63-
Here's how these new activities look in the the [.NET Aspire dashboard](https://learn.microsoft.com/dotnet/aspire/fundamentals/dashboard/overview?tabs=bash#standalone-mode):
63+
Here's how these new activities look in the [.NET Aspire dashboard](https://learn.microsoft.com/dotnet/aspire/fundamentals/dashboard/overview?tabs=bash#standalone-mode):
6464

6565
![SignalR distributed tracing](./media/signalr-distributed-tracing.png)
6666

0 commit comments

Comments
 (0)