We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b5b12 commit 5db5e16Copy full SHA for 5db5e16
modules/context/api.go
@@ -37,7 +37,7 @@ type APIValidationError struct {
37
URL string `json:"url"`
38
}
39
40
-//APIEmpty is a empty response
+//APIEmpty is an empty response
41
// swagger:response empty
42
type APIEmpty struct{}
43
public/swagger.v1.json
@@ -1269,7 +1269,7 @@
1269
1270
},
1271
"empty": {
1272
- "description": "APIEmpty is a empty response"
+ "description": "APIEmpty is an empty response"
1273
1274
"error": {
1275
"description": "APIError is error format response",
0 commit comments