mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
typo causing underline to not be marked as active
This commit is contained in:
parent
a0aac5c2ea
commit
026300dd36
1 changed files with 1 additions and 1 deletions
|
@ -1183,7 +1183,7 @@ let commandsCaretStyle = {
|
|||
{
|
||||
id: "setCaretStyleUnderline",
|
||||
display: "underline",
|
||||
configValue: "underliner",
|
||||
configValue: "underline",
|
||||
exec: () => {
|
||||
UpdateConfig.setCaretStyle("underline");
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue