From d5b22d885a37de622bef94e8ce33af190893b26c Mon Sep 17 00:00:00 2001 From: softwarepronto Date: Sat, 11 Jun 2022 11:38:03 -0700 Subject: [PATCH] Minimum Host was used but it is Minimal Host (#26122) Actually, I caused that typo with a change I made. I fixed it. --- 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 212f7ccf2d..0afd428f49 100644 --- a/aspnetcore/fundamentals/index.md +++ b/aspnetcore/fundamentals/index.md @@ -70,7 +70,7 @@ On startup, an ASP.NET Core app builds a *host*. The host encapsulates all of th There are three different hosts: -* [.NET WebApplication Host](xref:migration/50-to-60#new-hosting-model), also known as the Minimum Host. +* [.NET WebApplication Host](xref:migration/50-to-60#new-hosting-model), also known as the Minimal Host. * [.NET Generic Host](xref:fundamentals/host/generic-host) *