Skip to content

Commit

Permalink
typo: dependancy -> dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored Nov 14, 2018
1 parent 5564b46 commit 175e44c
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 175e44c

Please sign in to comment.