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.