Split up sentences for clarity.

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
Patrick Cloke 2022-11-22 10:41:58 -05:00 committed by GitHub
parent a4dd703078
commit bbe7e33d74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -108,7 +108,7 @@ Too many requests have been sent in a short period of time. Wait a while
then try again.
`M_UNRECOGNIZED`
The server did not understand the request, this is expected to be returned with
The server did not understand the request. This is expected to be returned with
an 404 HTTP status code if the endpoint is not implemented or an 405 HTTP status
code if the endpoint is implemented, but the incorrect HTTP method is used.

View file

@ -108,8 +108,8 @@ attempting to verify ownership of a given third party address.
The request contained an unrecognised value, such as an unknown token or
medium.
This is also used as the response if a server did not understand the request,
this is expected to be returned with an 404 HTTP status code if the endpoint is
This is also used as the response if a server did not understand the request.
This is expected to be returned with an 404 HTTP status code if the endpoint is
not implemented or an 405 HTTP status code if the endpoint is implemented, but
the incorrect HTTP method is used.