diff --git a/aspnetcore/fundamentals/middleware/index.md b/aspnetcore/fundamentals/middleware/index.md index 9abe5de356..71c5224ccc 100644 --- a/aspnetcore/fundamentals/middleware/index.md +++ b/aspnetcore/fundamentals/middleware/index.md @@ -148,7 +148,7 @@ public void Configure(IApplicationBuilder app) 1. Exception/error handling * When the app runs in the Development environment: * Developer Exception Page Middleware () reports app runtime errors. - * Database Error Page Middleware () reports database runtime errors. + * Database Error Page Middleware (`Microsoft.AspNetCore.Builder.DatabaseErrorPageExtensions.UseDatabaseErrorPage`) reports database runtime errors. * When the app runs in the Production environment: * Exception Handler Middleware () catches exceptions thrown in the following middlewares. * HTTP Strict Transport Security Protocol (HSTS) Middleware () adds the `Strict-Transport-Security` header.