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", "everytime",
"overridable", "overridable",
"Untarget" "Untarget"
],
"githubPullRequests.ignoredPullRequestBranches": [
"master"
] ]
} }

View File

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