From 75da2f1bbd4d2182d401578aa9278fbc17d5efc9 Mon Sep 17 00:00:00 2001 From: DoubleFelix <48461905+DoubleF3lix@users.noreply.github.com> Date: Fri, 30 Sep 2022 18:18:57 -0500 Subject: [PATCH] Fixed spelling error (evualated to evaluated) (#112) --- source/resource/entity/1.10.0/entity.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resource/entity/1.10.0/entity.json b/source/resource/entity/1.10.0/entity.json index 02288d51..e7d68be1 100644 --- a/source/resource/entity/1.10.0/entity.json +++ b/source/resource/entity/1.10.0/entity.json @@ -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" } },