From 9519ed55c910d40daff9bfeca66b5731b1ac1492 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 10 Oct 2019 13:52:58 -0500 Subject: [PATCH] Fix bad API ref (#14987) --- aspnetcore/fundamentals/middleware/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.