Documentation for ASP.NET Core
 
 
 
 
 
 
Go to file
Alexandru-Razvan Olariu 6aacc229a3
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>
2022-07-29 08:44:41 +00:00
.github
.vscode
aspnetcore improve text readability. (#26586) 2022-07-29 08:44:41 +00:00
.editorconfig
.gitattributes
.gitignore
.markdownlint.json
.openpublishing.build.ps1
.openpublishing.publish.config.json
.openpublishing.redirection.json
.repoman.yml
.whatsnew.json
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
LICENSE-CODE
README.md
ThirdPartyNotices
cspell.json

README.md

ASP.NET Core Docs

This repository contains the conceptual ASP.NET Core documentation hosted at docs.microsoft.com/aspnet/core. See the Contributing Guide and the issues list if you would like to help.

API documentation changes are made in the AspNetApiDocs repository against the triple slash /// comments.

ASP.NET 4.x documentation changes are made in the dotnet/AspNetDocs repository.