From 3b31b151efbc46f0f892d4176db895135c33f801 Mon Sep 17 00:00:00 2001 From: Ryan Payne Date: Tue, 20 Apr 2021 12:01:47 -0500 Subject: [PATCH] Fix code comment spelling in NotifyPropertyChanged (#27) --- NotifyPropertyChanged.Verifier/NotifyPropertyChanged.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifyPropertyChanged.Verifier/NotifyPropertyChanged.cs b/NotifyPropertyChanged.Verifier/NotifyPropertyChanged.cs index de6dfdf..4d4ec29 100644 --- a/NotifyPropertyChanged.Verifier/NotifyPropertyChanged.cs +++ b/NotifyPropertyChanged.Verifier/NotifyPropertyChanged.cs @@ -28,7 +28,7 @@ public static NotifyExpectation ShouldNotifyOn(this TVie => CreateExpectation(owner, property, additionalProperties, true); /// - /// Creates an excpectation that the view model should not raise + /// Creates an expectation that the view model should not raise /// events for the given properties. At least on property must be specified. /// /// The type of the view model being tested.