From ce3e7da09c4420fdfc1d867c7473149cc8a1a468 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Mon, 12 Feb 2024 19:15:56 +0100 Subject: [PATCH] Fix typo in documentation --- docs/docs/reference/coreconfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reference/coreconfiguration.md b/docs/docs/reference/coreconfiguration.md index 9eb1ae3..e7b7301 100644 --- a/docs/docs/reference/coreconfiguration.md +++ b/docs/docs/reference/coreconfiguration.md @@ -36,7 +36,7 @@ logger_newlines_override = false: with a newline! ``` ### *int* logger_newlines_sizelimit = *40* -The maximum amount of characters than can appear before `%message%` before newlines won't be overriden. Settiing this variable to `-1` disables this behaviour. +The maximum amount of characters than can appear before `%message%` before newlines won't be overriden. Setting this variable to `-1` disables this behaviour. ## LogUI ### *bool* logui_enabled = *true* Determines if [`LogUI`](/terminology#logui) should be visible or not.