Skip to content

Commit f2b2130

Browse files
authored
Merge pull request #706 from BryceBarbara/patch-1
Correct Spelling Mistake
2 parents 41d16b7 + 2bf268b commit f2b2130

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)