Fix typo in documentation

This commit is contained in:
JeremyStar™ 2024-02-12 19:15:56 +01:00
parent 2d5762e29d
commit ce3e7da09c

View file

@ -36,7 +36,7 @@ logger_newlines_override = false:
with a newline!
```
### *int* <u>logger_newlines_sizelimit</u> = *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* <u>logui_enabled</u> = *true*
Determines if [`LogUI`](/terminology#logui) should be visible or not.