]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc/lua/dns: fix typo
authorJason Ish <jason.ish@oisf.net>
Thu, 10 Apr 2025 22:08:08 +0000 (16:08 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 22 Apr 2025 20:43:05 +0000 (22:43 +0200)
doc/userguide/lua/libs/dns.rst

index 7787fa22e4cbe5e0bcc72dc31e2902751ec4a147..520697c4d988b2a44fb8d871cdbf390c724e4ff9 100644 (file)
@@ -1,8 +1,8 @@
 DNS
 ---
 
-DNS transaction details are exposes to Lua scripts with the
-``suricata.dns`` library, For example::
+DNS transaction details are exposed to Lua scripts with the
+``suricata.dns`` library, for example::
 
   local dns = require("suricata.dns")