]> git.ipfire.org Git - people/ms/suricata.git/commitdiff
userguide: (nit) fix typo in lua-output page
authorJuliana Fajardini <jufajardini@gmail.com>
Fri, 15 Oct 2021 15:36:24 +0000 (16:36 +0100)
committerVictor Julien <vjulien@oisf.net>
Wed, 24 Nov 2021 07:11:15 +0000 (08:11 +0100)
doc/userguide/output/lua-output.rst

index 1503444db19d0c67f908fc34995014dcead27c64..ab520e1aaa247824266845043733377d7794aec0 100644 (file)
@@ -10,7 +10,7 @@ define four hook functions.
 For lua output scripts suricata offers a wide range of lua functions.
 They all return information on specific engine internals and aspects of the network traffic.
 They are described in the following sections, grouped by the event/traffic type.
-But let's start with a example explaining the four hook functions, and how to make
+But let's start with an example explaining the four hook functions, and how to make
 suricata load a lua output script.
 
 Script structure