diff options
| author | jvoisin | 2017-12-21 18:21:36 +0100 |
|---|---|---|
| committer | jvoisin | 2017-12-21 18:21:36 +0100 |
| commit | 9ea38c3185479d168aea47f3e0dfc308815fb254 (patch) | |
| tree | 0c03393264ca9191eb1e3dbbcd39fc7fc8b96b98 /doc/source | |
| parent | c399f66db5eefaecce065d4f5ea7dcc725b8e106 (diff) | |
Fix a typo in the documentation
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/config.rst | 2 |
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 | ||
| 29 | Most of the features can be used in ``simulation`` mode by appending the | 29 | Most 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 |
| 31 | whether or not they could break your website. The simulation mode won't block the request, | 31 | whether or not they could break your website. The simulation mode won't block the request, |
| 32 | but will write a warning in the log. | 32 | but will write a warning in the log. |
| 33 | 33 | ||
