From a2aa79c0aa46a308363fb09023f7583e8f0c9e18 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 3 Jul 2025 22:29:24 -0400 Subject: [PATCH] spelling: to which the record belongs Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- docs/lua-records/reference/dnsresourcerecord.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lua-records/reference/dnsresourcerecord.rst b/docs/lua-records/reference/dnsresourcerecord.rst index 72626f7bc3..0e45edc749 100644 --- a/docs/lua-records/reference/dnsresourcerecord.rst +++ b/docs/lua-records/reference/dnsresourcerecord.rst @@ -20,7 +20,7 @@ Functions and methods of a ``DNSResourceRecord`` :param string type: The name to create a DNSName for :param int ttl: The TTL of the record :param string content: The content of the record - :param int domainId: The optional domain ID of the zone the record belongs to + :param int domainId: The optional domain ID of the zone to which the record belongs :param int auth: Whether the record is authoritative .. todo complete LUA example below @@ -63,7 +63,7 @@ Functions and methods of a ``DNSResourceRecord`` .. method:: DNSResourceRecord:domainId() -> int - Backend related domain ID of the zone the record belongs to + Backend related domain ID of the zone to which the record belongs .. method:: DNSResourceRecord:qtype() -> int -- 2.47.2