mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-06 13:40:16 +08:00
typo
This commit is contained in:
parent
2da388453e
commit
601e5f522b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ const CONFIG_SCHEMA = joi.object({
|
|||
indicateTypos: joi.boolean(),
|
||||
timerStyle: joi.string().valid("bar", "text", "mini"),
|
||||
colorfulMode: joi.boolean(),
|
||||
randomTheme: joi.string().valid("off", "on", "favorite", "light", "dark"),
|
||||
randomTheme: joi.string().valid("off", "on", "fav", "light", "dark"),
|
||||
timerColor: joi.string().valid("black", "sub", "text", "main"),
|
||||
timerOpacity: joi.number().valid(0.25, 0.5, 0.75, 1),
|
||||
stopOnError: joi.string().valid("off", "word", "letter"),
|
||||
|
|
Loading…
Add table
Reference in a new issue