Skip to content

Commit

Permalink
chore: update typos in class properties summary
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpinedam authored and michael-hawker committed Oct 31, 2024
1 parent 9b05f7d commit 7d0b4ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public partial class SettingsExpander
new PropertyMetadata(defaultValue: null));

/// <summary>
/// The backing <see cref="DependencyProperty"/> for the <see cref="Content"/> property.
/// The backing <see cref="DependencyProperty"/> for the <see cref="ItemsHeader"/> property.
/// </summary>
public static readonly DependencyProperty ItemsHeaderProperty = DependencyProperty.Register(
nameof(ItemsHeader),
Expand All @@ -54,7 +54,7 @@ public partial class SettingsExpander
new PropertyMetadata(defaultValue: null));

/// <summary>
/// The backing <see cref="DependencyProperty"/> for the <see cref="Content"/> property.
/// The backing <see cref="DependencyProperty"/> for the <see cref="ItemsFooter"/> property.
/// </summary>
public static readonly DependencyProperty ItemsFooterProperty = DependencyProperty.Register(
nameof(ItemsFooter),
Expand Down

0 comments on commit 7d0b4ea

Please sign in to comment.