From 7ab8a422eb20b8829091808e192a389087195f00 Mon Sep 17 00:00:00 2001 From: Andres Pineda Date: Fri, 9 Aug 2024 17:22:03 -0400 Subject: [PATCH] chore: update typos in class properties summary --- .../src/SettingsExpander/SettingsExpander.Properties.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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),