summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-05-17 19:26:28 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-05-17 19:26:28 -0400
commit13e55fb2aa0ff9fea401262f82d8ecbcf835f21c (patch)
tree21ddf9b8ad6ad6f0eedaa862dd8405674483f353
parentfae2bc9de57e9e82b06823046cacb615ea878a5d (diff)
downloadSMAPI-13e55fb2aa0ff9fea401262f82d8ecbcf835f21c.tar.gz
SMAPI-13e55fb2aa0ff9fea401262f82d8ecbcf835f21c.tar.bz2
SMAPI-13e55fb2aa0ff9fea401262f82d8ecbcf835f21c.zip
fix typo in config comment
-rw-r--r--src/SMAPI/StardewModdingAPI.config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/StardewModdingAPI.config.json b/src/SMAPI/StardewModdingAPI.config.json
index f37c6fc1..6725dbbd 100644
--- a/src/SMAPI/StardewModdingAPI.config.json
+++ b/src/SMAPI/StardewModdingAPI.config.json
@@ -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:
- * - 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.
* - DarkBackground: use lighter text colors that look better on a black or dark background.
*/