Help: Fix typos in presets schema field descriptions

This commit is contained in:
Adriaan de Groot
2021-03-18 01:04:02 +01:00
committed by Brad King
parent fa1b729b9d
commit fae7910268
+1 -1
View File
@@ -19,7 +19,7 @@
"properties": {
"version": {
"const": 2,
"description": "A requVired integer representing the version of the JSON schema."
"description": "A required integer representing the version of the JSON schema."
},
"cmakeMinimumRequired": { "$ref": "#/definitions/cmakeMinimumRequired"},
"vendor": { "$ref": "#/definitions/vendor" },