diff --git a/Assets/Fungus/Scripts/Commands/SetInteractable.cs b/Assets/Fungus/Scripts/Commands/SetInteractable.cs index 66d77eb1..e258883c 100644 --- a/Assets/Fungus/Scripts/Commands/SetInteractable.cs +++ b/Assets/Fungus/Scripts/Commands/SetInteractable.cs @@ -12,7 +12,7 @@ namespace Fungus /// [CommandInfo("UI", "Set Interactable", - "Set the interactable sate of selectable objects.")] + "Set the interactable state of selectable objects.")] public class SetInteractable : Command { [Tooltip("List of objects to be affected by the command")]