fix typo in config comment
This commit is contained in:
parent
fae2bc9de5
commit
13e55fb2aa
|
@ -46,7 +46,7 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The console color theme to use. The possible values are:
|
* The console color theme to use. The possible values are:
|
||||||
* - AutoDetect: SMAPI will assume a light background on Mac, and detect the background color automatically on Linux or Mac.
|
* - AutoDetect: SMAPI will assume a light background on Mac, and detect the background color automatically on Linux or Windows.
|
||||||
* - LightBackground: use darker text colors that look better on a white or light background.
|
* - LightBackground: use darker text colors that look better on a white or light background.
|
||||||
* - DarkBackground: use lighter text colors that look better on a black or dark background.
|
* - DarkBackground: use lighter text colors that look better on a black or dark background.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue