mirror of
https://github.com/ow-mods/owml.git
synced 2025-12-11 20:15:48 +01:00
Fix typos
This commit is contained in:
parent
1945a68dfc
commit
f62e8fb9f6
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -6,5 +6,8 @@
|
||||
"everytime",
|
||||
"overridable",
|
||||
"Untarget"
|
||||
],
|
||||
"githubPullRequests.ignoredPullRequestBranches": [
|
||||
"master"
|
||||
]
|
||||
}
|
||||
@ -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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user