diff --git a/source/behavior/animation_controllers/animation_controller.json b/source/behavior/animation_controllers/animation_controller.json index 0091a306..ec4b2607 100644 --- a/source/behavior/animation_controllers/animation_controller.json +++ b/source/behavior/animation_controllers/animation_controller.json @@ -108,7 +108,7 @@ "examples": [ { "animations": ["anim.idle"], - "transition": [{ "example": "query.is_sheared" }] + "transitions": [{ "example": "query.is_sheared" }] } ], "properties": { diff --git a/source/resource/animation_controllers/animation_controller.json b/source/resource/animation_controllers/animation_controller.json index 523beae1..5bb9eb11 100644 --- a/source/resource/animation_controllers/animation_controller.json +++ b/source/resource/animation_controllers/animation_controller.json @@ -94,7 +94,7 @@ "examples": [ { "animations": ["anim.idle"], - "transition": [{ "example": "query.is_sheared" }] + "transitions": [{ "example": "query.is_sheared" }] } ], "properties": {