Skip to content

Commit 2bf268b

Browse files
authored
Correct Spelling Mistake
Also, should AutoApplyTransitionOrigins still default to false? Regardless, I feel like "new PropertyMetadata(default(bool))" should be changed to "new PropertyMetadata(false)"
1 parent 41d16b7 commit 2bf268b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MaterialDesignThemes.Wpf/Transitions/Transitioner.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static Transitioner()
4444
"AutoApplyTransitionOrigins", typeof (bool), typeof (Transitioner), new PropertyMetadata(default(bool)));
4545

4646
/// <summary>
47-
/// If enabled, trnaisiotns origins will be applied to wipes, according to where a transition was triggered from. For example, the mouse point where a user clicks a button.
47+
/// If enabled, transition origins will be applied to wipes, according to where a transition was triggered from. For example, the mouse point where a user clicks a button.
4848
/// </summary>
4949
public bool AutoApplyTransitionOrigins
5050
{
@@ -252,4 +252,4 @@ private static void DoStack(params TransitionerSlide[] highestToLowest)
252252
}
253253
}
254254
}
255-
}
255+
}

0 commit comments

Comments
 (0)