diff --git a/components/SettingsControls/src/SettingsExpander/SettingsExpander.Properties.cs b/components/SettingsControls/src/SettingsExpander/SettingsExpander.Properties.cs index b209f16f..d3924795 100644 --- a/components/SettingsControls/src/SettingsExpander/SettingsExpander.Properties.cs +++ b/components/SettingsControls/src/SettingsExpander/SettingsExpander.Properties.cs @@ -45,7 +45,7 @@ public partial class SettingsExpander new PropertyMetadata(defaultValue: null)); /// - /// The backing for the property. + /// The backing for the property. /// public static readonly DependencyProperty ItemsHeaderProperty = DependencyProperty.Register( nameof(ItemsHeader), @@ -54,7 +54,7 @@ public partial class SettingsExpander new PropertyMetadata(defaultValue: null)); /// - /// The backing for the property. + /// The backing for the property. /// public static readonly DependencyProperty ItemsFooterProperty = DependencyProperty.Register( nameof(ItemsFooter),