From 6aacc229a3162c40c708812b0d6a2c71253a64b5 Mon Sep 17 00:00:00 2001 From: Alexandru-Razvan Olariu Date: Fri, 29 Jul 2022 11:44:41 +0300 Subject: [PATCH] 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> --- aspnetcore/release-notes/aspnetcore-2.1.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aspnetcore/release-notes/aspnetcore-2.1.md b/aspnetcore/release-notes/aspnetcore-2.1.md index 26412a7c58..7e2224cba0 100644 --- a/aspnetcore/release-notes/aspnetcore-2.1.md +++ b/aspnetcore/release-notes/aspnetcore-2.1.md @@ -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.