]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec docs: fix typo 14865/head
authorgdhaaijer <gertjan@jedoethetfout.nl>
Fri, 22 Nov 2024 12:10:42 +0000 (13:10 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Nov 2024 12:10:42 +0000 (13:10 +0100)
docs/common/api/zone.rst

index b0216cbb4ad2c87e32f997c4fddc3ca4ab761160..c4b1fb7b27d336136d162deb1d18bdd363a14e74 100644 (file)
@@ -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")