summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorjvoisin2017-12-21 18:21:36 +0100
committerjvoisin2017-12-21 18:21:36 +0100
commit9ea38c3185479d168aea47f3e0dfc308815fb254 (patch)
tree0c03393264ca9191eb1e3dbbcd39fc7fc8b96b98 /doc/source
parentc399f66db5eefaecce065d4f5ea7dcc725b8e106 (diff)
Fix a typo in the documentation
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index 5e323db..e42cb99 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -27,7 +27,7 @@ Some rules apply in a specific ``function`` (context) on a specific ``variable``
27 evaluate your threat model and write your configuration file accordingly. 27 evaluate your threat model and write your configuration file accordingly.
28 28
29Most of the features can be used in ``simulation`` mode by appending the 29Most of the features can be used in ``simulation`` mode by appending the
30``.simulation()`` option to them (eg. ``sp.readonly_exec.simulation()enable();``) to see 30``.simulation()`` option to them (eg. ``sp.readonly_exec.simulation().enable();``) to see
31whether or not they could break your website. The simulation mode won't block the request, 31whether or not they could break your website. The simulation mode won't block the request,
32but will write a warning in the log. 32but will write a warning in the log.
33 33