Fixed spelling error (evualated to evaluated) (#112)

This commit is contained in:
DoubleFelix
2022-09-30 18:18:57 -05:00
committed by GitHub
parent dfea991b98
commit 75da2f1bbd

View File

@@ -512,24 +512,24 @@
},
"initialize": {
"type": "array",
"description": "Clientside molang variables that are to be evualated during the creation of the entity.",
"description": "Clientside molang variables that are to be evaluated during the creation of the entity.",
"title": "Initialize",
"minItems": 1,
"items": {
"pattern": ";$",
"$ref": "../../../molang/string.json",
"description": "Clientside molang variables that are to be evualated during the creation of the entity.",
"description": "Clientside molang variables that are to be evaluated during the creation of the entity.",
"title": "Initialize"
}
},
"pre_animation": {
"type": "array",
"description": "Clientside molang variables that are to be evualated during the animation.",
"description": "Clientside molang variables that are to be evaluated during the animation.",
"title": "Pre Animation",
"items": {
"pattern": ";$",
"$ref": "../../../molang/string.json",
"description": "Clientside molang variables that are to be evualated during the animation.",
"description": "Clientside molang variables that are to be evaluated during the animation.",
"title": "Pre Animation"
}
},