Skip to content

Commit

Permalink
Fix code comment spelling in NotifyPropertyChanged (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Payne authored Apr 20, 2021
1 parent 54336e7 commit 3b31b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NotifyPropertyChanged.Verifier/NotifyPropertyChanged.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static NotifyExpectation<TViewModel> ShouldNotifyOn<TViewModel>(this TVie
=> CreateExpectation(owner, property, additionalProperties, true);

/// <summary>
/// Creates an excpectation that the view model should not raise <see cref="INotifyPropertyChanged"/>
/// Creates an expectation that the view model should not raise <see cref="INotifyPropertyChanged"/>
/// events for the given properties. At least on property must be specified.
/// </summary>
/// <typeparam name="TViewModel">The type of the view model being tested.</typeparam>
Expand Down

0 comments on commit 3b31b15

Please sign in to comment.