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.