improve text readability. (#26586)

* improve text readability.

Hello,

I was just browsing through our docs and came upon this statement:

"SignalR has been rewritten for ASP.NET Core 2.1. ASP.NET Core SignalR includes a number of improvements:"

It took me some time to parse and understand why we have the "ASP.NET Core" syntax mentioned consecutively.
I would propose a line break after the first phrase - it makes the content easier to understand and read.

Please let me know if you have any issues with this PR.
You can also reach out to me on Teams (aolariu).

Thanks!

* Update

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
pull/26590/head
Alexandru-Razvan Olariu 2022-07-29 11:44:41 +03:00 committed by GitHub
parent c671083e5d
commit 6aacc229a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ This article highlights the most significant changes in ASP.NET Core 2.1, with l
## SignalR
SignalR has been rewritten for ASP.NET Core 2.1. ASP.NET Core SignalR includes a number of improvements:
SignalR has been rewritten for ASP.NET Core 2.1.
ASP.NET Core SignalR includes a number of improvements:
* A simplified scale-out model.
* A new JavaScript client with no jQuery dependency.