From 6c259f4467c643cd48a966958242cfbf3e58415d Mon Sep 17 00:00:00 2001 From: Chris Gregan Date: Mon, 6 Nov 2017 22:07:42 +0000 Subject: [PATCH] Fixed typo in Set Interactable description #647 --- Assets/Fungus/Scripts/Commands/SetInteractable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")]