From 015dc87fefc2a775b92a5c3b66dec34e0fa3823b Mon Sep 17 00:00:00 2001 From: gdhaaijer Date: Fri, 22 Nov 2024 13:10:42 +0100 Subject: [PATCH] rec docs: fix typo --- docs/common/api/zone.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/common/api/zone.rst b/docs/common/api/zone.rst index b0216cbb4a..c4b1fb7b27 100644 --- a/docs/common/api/zone.rst +++ b/docs/common/api/zone.rst @@ -3,7 +3,7 @@ RRSet .. json:object:: RRSet - This represents a Resource Record set (all record with the same name and type). + This represents a Resource Record set (all records with the same name and type). :property string name: Name for record set (e.g. "www.powerdns.com.") :property string type: Type of this record (e.g. "A", "PTR", "MX") -- 2.47.2