Fix the grammar for the word "backwards compatibility" to "backward compatibility" (#25923)

pull/25924/head
Jayson J 2022-05-22 10:33:57 +08:00 committed by GitHub
parent 225d0b2b2d
commit b490b410b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ There are three different hosts:
* .NET Generic Host
* ASP.NET Core Web Host
The .NET Minimal Host is recommended and used in all the ASP.NET Core templates. The Minimal and Generic hosts share many of the same interfaces and classes. The ASP.NET Core Web Host is available only for backwards compatibility.
The .NET Minimal Host is recommended and used in all the ASP.NET Core templates. The Minimal and Generic hosts share many of the same interfaces and classes. The ASP.NET Core Web Host is available only for backward compatibility.
The following example instantiates a WebApplication Host: