Spellcheck

This commit is contained in:
Magi1053 2021-02-08 22:59:46 -06:00 committed by GitHub
parent 387112026e
commit eb2c08e025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@
"rules": "required|string"
},
{
"name": "Console FIlter",
"name": "Console Filter",
"description": "Remove spam from the console output.",
"env_variable": "FILTER",
"default_value": "\/^\\(Filename:.*Line:[[:space:]]+[[:digit:]]+\\)$\/d; \/^([[:space:]]+)?$\/d",
@ -80,4 +80,4 @@
"rules": "string"
}
]
}
}