diff --git a/src/Avalonia.Controls/Grid.cs b/src/Avalonia.Controls/Grid.cs index 6e97875b27..3a616b6e50 100644 --- a/src/Avalonia.Controls/Grid.cs +++ b/src/Avalonia.Controls/Grid.cs @@ -1,4 +1,4 @@ -// This source file is adapted from the Windows Presentation Foundation project. +// This source file is adapted from the Windows Presentation Foundation project. // (https://github.com/dotnet/wpf/) // // Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation. @@ -2730,7 +2730,7 @@ namespace Avalonia.Controls /// Defines the property. /// public static readonly StyledProperty ColumnSpacingProperty = - AvaloniaProperty.Register(nameof(ColumnSpacingProperty)); + AvaloniaProperty.Register(nameof(ColumnSpacing)); /// /// Column property. This is an attached property.