Skip to content

Commit cd8ed9b

Browse files
authored
Removed word (#42634)
1 parent 991d980 commit cd8ed9b

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/http/reference/status

1 file changed

+1
-1
lines changed

files/en-us/web/http/reference/status/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ The status codes listed below are defined by [RFC 9110](https://httpwg.org/specs
177177
- : The server has encountered a situation it does not know how to handle.
178178
This error is generic, indicating that the server cannot find a more appropriate `5XX` status code to respond with.
179179
- {{HTTPStatus(501, "501 Not Implemented")}}
180-
- : The request method is not supported by the server and cannot be handled. The only methods that servers are required to support (and therefore that must not return this code) are {{HTTPMethod("GET")}} and {{HTTPMethod("HEAD")}}.
180+
- : The request method is not supported by the server and cannot be handled. The only methods that servers are required to support (and therefore must not return this code) are {{HTTPMethod("GET")}} and {{HTTPMethod("HEAD")}}.
181181
- {{HTTPStatus(502, "502 Bad Gateway")}}
182182
- : This error response means that the server, while working as a gateway to get a response needed to handle the request, got an invalid response.
183183
- {{HTTPStatus(503, "503 Service Unavailable")}}

0 commit comments

Comments
 (0)