From 77d76a1c3de74d72c5bf4a17906008b01ace703d Mon Sep 17 00:00:00 2001 From: Eric Wassail Date: Mon, 20 Nov 2023 12:16:42 -0500 Subject: [PATCH] spelling fix --- Elements.Components/src/SpaceConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Elements.Components/src/SpaceConfiguration.cs b/Elements.Components/src/SpaceConfiguration.cs index cedee54f9..6629d14ce 100644 --- a/Elements.Components/src/SpaceConfiguration.cs +++ b/Elements.Components/src/SpaceConfiguration.cs @@ -137,7 +137,7 @@ public ContentElement ContentElement /// /// Allow rotation of the configuration /// - public bool AllowRotatation { get; set; } + public bool AllowRotation { get; set; } /// /// Create a set of element instances from this configuration.