Skip to content

Commit

Permalink
Merge pull request #1061 from hypar-io/spell-rotation
Browse files Browse the repository at this point in the history
spelling fix (#1061)
  • Loading branch information
wynged authored Nov 20, 2023
2 parents 32ed31d + 77d76a1 commit 210ea04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Elements.Components/src/SpaceConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public ContentElement ContentElement
/// <summary>
/// Allow rotation of the configuration
/// </summary>
public bool AllowRotatation { get; set; }
public bool AllowRotation { get; set; }

/// <summary>
/// Create a set of element instances from this configuration.
Expand Down

0 comments on commit 210ea04

Please sign in to comment.