mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-18 14:55:34 +08:00
chore: update string
This commit is contained in:
parent
8a9ff65e78
commit
d9173a5b86
1 changed files with 1 additions and 5 deletions
|
|
@ -930,11 +930,7 @@ export function setTapeMargin(
|
|||
}
|
||||
|
||||
if (
|
||||
!isConfigValueValid(
|
||||
"tape mode margin",
|
||||
value,
|
||||
ConfigSchemas.TapeMarginSchema
|
||||
)
|
||||
!isConfigValueValid("tape margin", value, ConfigSchemas.TapeMarginSchema)
|
||||
) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue