Minimum Host was used but it is Minimal Host (#26122)

Actually, I caused that typo with a change I made. I fixed it.
pull/26126/head
softwarepronto 2022-06-11 11:38:03 -07:00 committed by GitHub
parent fc56d4dffc
commit d5b22d885a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
* <xref:fundamentals/host/web-host>