]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: below
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 29 Sep 2023 09:07:33 +0000 (05:07 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 29 Sep 2023 09:07:42 +0000 (05:07 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
docs/lua-records/reference/dnsresourcerecord.rst
pdns/dnsdistdist/docs/rules-actions.rst

index dba9428cb66365490a4bf6d1803f891244da3e6e..a0810e444de0db89bb14307face50638eb009b54 100644 (file)
@@ -24,7 +24,7 @@ Functions and methods of a ``DNSResourceRecord``
   :param int domainId: The optional domain ID of the zone the record belongs to
   :param int auth: ?
 
-  .. todo complete LUA example bellow
+  .. todo complete LUA example below
   .. code-block:: lua
 
     name = newDN("www.example.org.")
index 2dae142792945679a56797b9a48baa603aa7c99d..9d5d6a46b896db78c700d22306b784ad6881080a 100644 (file)
@@ -962,7 +962,7 @@ The following actions exist.
 
   Removes given type(s) records from the response. Beware you can accidentally turn the answer into a NODATA response
   without a SOA record in the additional section in which case you may want to use :func:`NegativeAndSOAAction` to generate an answer,
-  see example bellow.
+  see example below.
   Subsequent rules are processed after this action.
 
   .. code-block:: Lua