From 3461337d6a621601de632829de270ff492a8a4e0 Mon Sep 17 00:00:00 2001 From: Sven Pachnit Date: Sun, 12 Apr 2026 23:37:10 +0200 Subject: [PATCH] Fix grammar in 500.md --- content/500.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/500.md b/content/500.md index d7513cfa..155f67ed 100644 --- a/content/500.md +++ b/content/500.md @@ -2,7 +2,7 @@ The HTTP `500 Internal Server Error` server error response code indicates that the server encountered an unexpected condition that prevented it from fulfilling the request. -This error response is a generic "catch-all" response. Usually, this indicates the server cannot find a better `5xx` error code to response. Sometimes, server administrators log error responses like the `500` status code with more details about the request to prevent the error from happening again in the future. +This error response is a generic "catch-all" response. Usually, this indicates the server cannot find a better `5xx` error code to respond with. Sometimes, server administrators log error responses like the `500` status code with more details about the request to prevent the error from happening again in the future. ### See Also