From b490b410b8701c95d5bc744c4c87f7e8bac73f88 Mon Sep 17 00:00:00 2001 From: Jayson J Date: Sun, 22 May 2022 10:33:57 +0800 Subject: [PATCH] Fix the grammar for the word "backwards compatibility" to "backward compatibility" (#25923) --- aspnetcore/fundamentals/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/index.md b/aspnetcore/fundamentals/index.md index c5eca9ab3d..d9d6efed61 100644 --- a/aspnetcore/fundamentals/index.md +++ b/aspnetcore/fundamentals/index.md @@ -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: