Skip to content

Commit

Permalink
Fix typo in doc comment (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbonk authored and glennawatson committed Jan 14, 2020
1 parent f237bf5 commit 3f983d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReactiveUI.Blend/Platforms/uap/Behavior.cs
Expand Up @@ -12,7 +12,7 @@ namespace ReactiveUI.Blend
{
/// <summary>
/// A base class which allows us to declare our own behaviors.
/// Thisi s based on the WPF Blend SDK based Behaviors.
/// This is based on the WPF Blend SDK based Behaviors.
/// </summary>
/// <typeparam name="T">The type of DependencyObject to create a behavior for.</typeparam>
public class Behavior<T> : DependencyObject, IBehavior
Expand Down

0 comments on commit 3f983d2

Please sign in to comment.