From 90e34b76cf1bbd427e11ce282cb4dbacf10e6626 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Wed, 4 May 2016 19:21:42 +0200 Subject: [PATCH] APi docs: Fix typo rrset -> rrsets --- docs/markdown/httpapi/api_spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/httpapi/api_spec.md b/docs/markdown/httpapi/api_spec.md index 9e387ddc2..9ee46c148 100644 --- a/docs/markdown/httpapi/api_spec.md +++ b/docs/markdown/httpapi/api_spec.md @@ -316,7 +316,7 @@ zone_collection "nameservers": ["", ...], "servers": ["", ...], "recursion_desired": , - "rrset": [, ...], + "rrsets": [, ...], } -- 2.49.0