]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix two typos in lua scripting docs 10322/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 20 Apr 2021 17:39:07 +0000 (19:39 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 20 Apr 2021 17:39:07 +0000 (19:39 +0200)
pdns/recursordist/docs/lua-scripting/features.rst

index 2000bcd82baf46b8408e404480901ed531fbbd82..65da2f7cf3562fda94743b1824be54895e3dff5b 100644 (file)
@@ -2,8 +2,8 @@ Checking available features
 ===========================
 .. versionadded:: 4.3.0
                   
-To check if a Lua features is available, consult the global
-``pdns_features`` table. This table contains string keys with values
+To check if a Lua feature is available, consult the global
+``pdns_features`` table. This table contains string keys with values
 of type boolean, string or number. If a key is absent the value will
 evaluate to ``nil``, indicating the feature is not available.