From a5e662cb8a814a548be6664b5064ea1c724cae55 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 10 Apr 2025 16:08:08 -0600 Subject: [PATCH] doc/lua/dns: fix typo --- doc/userguide/lua/libs/dns.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") -- 2.47.2