Fix typo in documentation
This commit is contained in:
parent
2d5762e29d
commit
ce3e7da09c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ logger_newlines_override = false:
|
||||||
with a newline!
|
with a newline!
|
||||||
```
|
```
|
||||||
### *int* <u>logger_newlines_sizelimit</u> = *40*
|
### *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
|
## LogUI
|
||||||
### *bool* <u>logui_enabled</u> = *true*
|
### *bool* <u>logui_enabled</u> = *true*
|
||||||
Determines if [`LogUI`](/terminology#logui) should be visible or not.
|
Determines if [`LogUI`](/terminology#logui) should be visible or not.
|
||||||
|
|
Loading…
Reference in a new issue