From 09b83786be278fb2c2be1f4f2961d7fafa6fe857 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 0bf6d3802..4b8f6700a 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``: ::