Fix typos

This commit is contained in:
Ben C 2024-03-26 15:06:26 -04:00 committed by GitHub
parent 1945a68dfc
commit f62e8fb9f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

View File

@ -6,5 +6,8 @@
"everytime",
"overridable",
"Untarget"
],
"githubPullRequests.ignoredPullRequestBranches": [
"master"
]
}

View File

@ -92,7 +92,7 @@
"minGameVersion": {
"type": "string",
"description": "The minimum version of the game that this mod is compatible with",
"default": ""
"default": "",
"pattern": "^\\d+\\.\\d+\\.\\d+\\.\\d+$",
"examples": [
"1.0.0",
@ -103,7 +103,7 @@
"maxGameVersion": {
"type": "string",
"description": "The maximum version of the game that this mod is compatible with",
"default": ""
"default": "",
"pattern": "^\\d+\\.\\d+\\.\\d+\\.\\d+$",
"examples": [
"1.0.0",
@ -119,7 +119,7 @@
"incompatibleVendors": {
"type": "array",
"description": "The vendors this mod does not work on",
"default": []
"default": [],
"items": {
"type": "string",
"enum": [