typo: Double word "the" (#11589)
parent
1adb9e1912
commit
d998a370fd
|
@ -69,7 +69,7 @@ For more information, see [Middleware](xref:fundamentals/middleware/index).
|
|||
|
||||
## The host
|
||||
|
||||
An ASP.NET Core app builds a *host* on startup. The host is an object that encapsulates all of the the app's resources, such as:
|
||||
An ASP.NET Core app builds a *host* on startup. The host is an object that encapsulates all of the app's resources, such as:
|
||||
|
||||
* An HTTP server implementation
|
||||
* Middleware components
|
||||
|
|
|
@ -334,7 +334,7 @@ In the sample app, `UseHealthChecks` adds the Health Check Middleware in `Startu
|
|||
|
||||
[!code-csharp[](health-checks/samples/2.x/HealthChecksSample/DbContextHealthStartup.cs?name=snippet_Configure)]
|
||||
|
||||
To run the `DbContext` probe scenario using the sample app, confirm that the database specified by the the connection string doesn't exist in the SQL Server instance. If the database exists, delete it.
|
||||
To run the `DbContext` probe scenario using the sample app, confirm that the database specified by the connection string doesn't exist in the SQL Server instance. If the database exists, delete it.
|
||||
|
||||
Execute the following command from the project's folder in a command shell:
|
||||
|
||||
|
|
|
@ -109,7 +109,7 @@ For more information, see the [IdentityOptions Class](/dotnet/api/microsoft.aspn
|
|||
|
||||
## Scaffold Register, Login, and LogOut
|
||||
|
||||
Follow the [Scaffold identity into a Razor project with authorization](xref:security/authentication/scaffold-identity#scaffold-identity-into-a-razor-project-with-authorization) instructions to generate the the code shown in this section.
|
||||
Follow the [Scaffold identity into a Razor project with authorization](xref:security/authentication/scaffold-identity#scaffold-identity-into-a-razor-project-with-authorization) instructions to generate the code shown in this section.
|
||||
|
||||
# [Visual Studio](#tab/visual-studio)
|
||||
|
||||
|
|
Loading…
Reference in New Issue