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
parent
fc56d4dffc
commit
d5b22d885a
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue