Skip to content

Commit 2c7112a

Browse files
guardrexCopilot
andauthored
Update aspnetcore/blazor/tutorials/movie-database-app/part-1.md
Co-authored-by: Copilot <[email protected]>
1 parent 4bd2fbc commit 2c7112a

File tree

1 file changed

+1
-1
lines changed
  • aspnetcore/blazor/tutorials/movie-database-app

1 file changed

+1
-1
lines changed

aspnetcore/blazor/tutorials/movie-database-app/part-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Next, the HTTP request pipeline is configured.
288288

289289
When the app isn't running in the Development environment:
290290

291-
* Exception Handler Middleware (<xref:Microsoft.AspNetCore.Builder.ExceptionHandlerExtensions.UseExceptionHandler%2A>) processes errors and displays a developer exception page during development app runs.
291+
* Exception Handler Middleware (<xref:Microsoft.AspNetCore.Builder.ExceptionHandlerExtensions.UseExceptionHandler%2A>) processes errors and displays a custom error page.
292292
* [HTTP Strict Transport Security Protocol (HSTS) Middleware](xref:security/enforcing-ssl#http-strict-transport-security-protocol-hsts) (<xref:Microsoft.AspNetCore.Builder.HstsBuilderExtensions.UseHsts%2A>) processes [HSTS](https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Strict_Transport_Security_Cheat_Sheet.html).
293293

294294
```csharp

0 commit comments

Comments
 (0)