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
parent
c671083e5d
commit
6aacc229a3
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue