From 787ac57669facfccaa351251b15c5188ee81d18b Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 15 Nov 2021 10:38:25 +0100 Subject: [PATCH] Fix typo in admin audit log docs Signed-off-by: Christoph Wurst --- admin_manual/configuration_server/logging_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/logging_configuration.rst b/admin_manual/configuration_server/logging_configuration.rst index 61015d5fc..65299dcf3 100644 --- a/admin_manual/configuration_server/logging_configuration.rst +++ b/admin_manual/configuration_server/logging_configuration.rst @@ -130,7 +130,7 @@ Empty value are written as two dashes: "--". Admin audit log --------------- -If ``loglevel`` in ``config.php`` is set to ``2`` or higher, audit logging needs to be triggered explicitly by adding the follwing setting to to ``config.php``: +If ``loglevel`` in ``config.php`` is set to ``2`` or higher, audit logging needs to be triggered explicitly by adding the following setting to to ``config.php``: ::