From e75d962d39d6b5fc7a615168033405556d59b00d Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Fri, 27 Jul 2018 11:19:18 +0300 Subject: [PATCH] Remove inconsistent usage of error/errors --- doc/registrant-api/v1/domain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/registrant-api/v1/domain.md b/doc/registrant-api/v1/domain.md index 80290fbac..2e249423c 100644 --- a/doc/registrant-api/v1/domain.md +++ b/doc/registrant-api/v1/domain.md @@ -157,5 +157,5 @@ Content-Type: application/json HTTP/1.1 404 Content-Type: application/json -{ "error": "Domain not found" } +{ "errors": ["Domain not found"] } ```