From 8deae67a2954cc0e4867eceb82186d1487bd26da Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Sat, 21 Mar 2020 16:10:23 -0400 Subject: [PATCH] Correct typo in Swagger specification Found when loading the spec into a validating parser :-) Signed-off-by: Kevin P. Fleming --- docs/http-api/swagger/authoritative-api-swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/http-api/swagger/authoritative-api-swagger.yaml b/docs/http-api/swagger/authoritative-api-swagger.yaml index 82579902ef..3574f1fdff 100644 --- a/docs/http-api/swagger/authoritative-api-swagger.yaml +++ b/docs/http-api/swagger/authoritative-api-swagger.yaml @@ -1234,7 +1234,7 @@ definitions: description: 'Whether or not the key is in active use' published: type: boolean - descriptioon: 'Whether or not the DNSKEY record is published in the zone' + description: 'Whether or not the DNSKEY record is published in the zone' dnskey: type: string description: 'The DNSKEY record for this key' -- 2.47.2