diff --git a/src/Avalonia.Controls/SplitView/SplitView.cs b/src/Avalonia.Controls/SplitView/SplitView.cs
index 8060ca9594..3ad656ee3c 100644
--- a/src/Avalonia.Controls/SplitView/SplitView.cs
+++ b/src/Avalonia.Controls/SplitView/SplitView.cs
@@ -217,8 +217,8 @@ namespace Avalonia.Controls
///
/// Gets or sets whether WinUI equivalent LightDismissOverlayMode is enabled
/// When enabled, and the pane is open in Overlay or CompactOverlay mode,
- /// the contents of the splitview are darkened to visually separate the open pane
- /// and the rest of the SplitView
+ /// the contents of the are darkened to visually separate the open pane
+ /// and the rest of the .
///
public bool UseLightDismissOverlayMode
{
@@ -227,7 +227,7 @@ namespace Avalonia.Controls
}
///
- /// Gets or sets the TemplateSettings for the SplitView
+ /// Gets or sets the TemplateSettings for the .
///
public SplitViewTemplateSettings TemplateSettings
{
diff --git a/src/Avalonia.Controls/SplitView/SplitViewTemplateSettings.cs b/src/Avalonia.Controls/SplitView/SplitViewTemplateSettings.cs
index 8c59de7420..1794b9260f 100644
--- a/src/Avalonia.Controls/SplitView/SplitViewTemplateSettings.cs
+++ b/src/Avalonia.Controls/SplitView/SplitViewTemplateSettings.cs
@@ -2,8 +2,10 @@
{
///
/// Provides calculated values for use with the 's control theme or template.
- /// This class is NOT intended for general use.
///
+ ///
+ /// This class is NOT intended for general use outside of control templates.
+ ///
public class SplitViewTemplateSettings : AvaloniaObject
{
internal SplitViewTemplateSettings() { }