fix spelling mistake
This commit is contained in:
parent
7ad2b5185b
commit
f0c9754fb2
|
|
@ -203,7 +203,7 @@ public sealed class HttpServer {
|
||||||
private static async Task HandleDefaultErrorPageAsync(RequestContext ctx, int errorCode) {
|
private static async Task HandleDefaultErrorPageAsync(RequestContext ctx, int errorCode) {
|
||||||
await ctx.WriteLineToRespAsync($"""
|
await ctx.WriteLineToRespAsync($"""
|
||||||
<body>
|
<body>
|
||||||
<h1>Oh no, and error occurred!</h1>
|
<h1>Oh no, an error occurred!</h1>
|
||||||
<p>Code: {errorCode}</p>
|
<p>Code: {errorCode}</p>
|
||||||
</body>
|
</body>
|
||||||
""");
|
""");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user