diff --git a/16/umbraco-cms/tutorials/custom-error-page.md b/16/umbraco-cms/tutorials/custom-error-page.md index 772796be99c..18c834ff433 100644 --- a/16/umbraco-cms/tutorials/custom-error-page.md +++ b/16/umbraco-cms/tutorials/custom-error-page.md @@ -185,7 +185,7 @@ Now configure the application to display the 500 error page when internal server {% code title="ErrorController.cs" %} -```csharp +``` using Microsoft.AspNetCore.Mvc; namespace YourProjectNamespace.Controllers;