diff --git a/src/Avalonia.Controls/WrapPanel.cs b/src/Avalonia.Controls/WrapPanel.cs
index 28d551e4b05..a08695874e4 100644
--- a/src/Avalonia.Controls/WrapPanel.cs
+++ b/src/Avalonia.Controls/WrapPanel.cs
@@ -84,7 +84,7 @@ static WrapPanel()
}
///
- /// Gets or sets the spacing between lines.
+ /// Gets or sets the spacing between items.
///
public double ItemSpacing
{
@@ -93,7 +93,7 @@ public double ItemSpacing
}
///
- /// Gets or sets the spacing between items.
+ /// Gets or sets the spacing between lines.
///
public double LineSpacing
{