diff --git a/SimpleHttpServer/HttpServer.cs b/SimpleHttpServer/HttpServer.cs index bff035f..43634d5 100644 --- a/SimpleHttpServer/HttpServer.cs +++ b/SimpleHttpServer/HttpServer.cs @@ -203,7 +203,7 @@ public sealed class HttpServer { private static async Task HandleDefaultErrorPageAsync(RequestContext ctx, int errorCode) { await ctx.WriteLineToRespAsync($""" -

Oh no, and error occurred!

+

Oh no, an error occurred!

Code: {errorCode}

""");