Skip to content

Commit

Permalink
Merge pull request CommunityToolkit#2668 from nschonni/patch-1
Browse files Browse the repository at this point in the history
typo: dependancy -> dependency
  • Loading branch information
nmetulev authored Nov 15, 2018
2 parents 5564b46 + 175e44c commit 1d5419b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public partial class MasterDetailsView
new PropertyMetadata(null, OnDetailsCommandBarChanged));

/// <summary>
/// Identifies the <see cref="CompactModeThresholdWidth"/> dependancy property
/// Identifies the <see cref="CompactModeThresholdWidth"/> dependency property
/// </summary>
public static readonly DependencyProperty CompactModeThresholdWidthProperty = DependencyProperty.Register(
nameof(CompactModeThresholdWidth),
Expand All @@ -155,7 +155,7 @@ public partial class MasterDetailsView
new PropertyMetadata(720d, OnCompactModeThresholdWidthChanged));

/// <summary>
/// Identifies the <see cref="BackButtonBehavior"/> dependancy property
/// Identifies the <see cref="BackButtonBehavior"/> dependency property
/// </summary>
public static readonly DependencyProperty BackButtonBehaviorProperty = DependencyProperty.Register(
nameof(BackButtonBehavior),
Expand Down

0 comments on commit 1d5419b

Please sign in to comment.