From: Jason Ish Date: Thu, 10 Apr 2025 22:08:08 +0000 (-0600) Subject: doc/lua/dns: fix typo X-Git-Tag: suricata-8.0.0-rc1~430 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5e662cb8a814a548be6664b5064ea1c724cae55;p=thirdparty%2Fsuricata.git doc/lua/dns: fix typo --- diff --git a/doc/userguide/lua/libs/dns.rst b/doc/userguide/lua/libs/dns.rst index 7787fa22e4..520697c4d9 100644 --- a/doc/userguide/lua/libs/dns.rst +++ b/doc/userguide/lua/libs/dns.rst @@ -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")