Skip to content

Commit 70538ac

Browse files
committed
style: errors in passive voice
1 parent 88aa7f0 commit 70538ac

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

openapi/components/responses/BadRequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: Something went wrong.
1+
description: Issued HTTP request is malformed or illegal.
22
content:
33
application/json:
44
schema:

openapi/components/responses/InternalServerError.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: We had a problem with our server. Try again later.
1+
description: There is a problem with Codewars. Please try again later.
22
content:
33
application/json:
44
schema:

openapi/components/responses/MethodNotAllowed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: You tried to access a resource with an invalid method.
1+
description: Attempted to access a resource with an invalid HTTP method.
22
content:
33
application/json:
44
schema:

openapi/components/responses/NotAcceptable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: You requested a format that isn't JSON.
1+
description: Requested content format is not JSON.
22
content:
33
application/json:
44
schema:

openapi/components/responses/NotFound.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: The specified resource could not be found
1+
description: Resource could not be found.
22
content:
33
application/json:
44
schema:

openapi/components/responses/ServiceUnavailable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: We're temporarily offline for maintenance. Please try again later.
1+
description: Codewars is temporarily offline for maintenance. Please try again later.
22
content:
33
application/json:
44
schema:

openapi/components/responses/TooManyRequests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: You're making too many API requests.
1+
description: Too many API calls.
22
content:
33
application/json:
44
schema:

0 commit comments

Comments
 (0)