diff --git a/src/Caliburn.Micro.Core/PropertyChangedBase.cs b/src/Caliburn.Micro.Core/PropertyChangedBase.cs index 537cec02..78d4c530 100644 --- a/src/Caliburn.Micro.Core/PropertyChangedBase.cs +++ b/src/Caliburn.Micro.Core/PropertyChangedBase.cs @@ -86,7 +86,7 @@ protected void OnPropertyChanged(PropertyChangedEventArgs e) protected virtual void OnUIThread(System.Action action) => action.OnUIThread(); /// - /// Sets a backing field value and if it's changed raise a notifcation. + /// Sets a backing field value and if it's changed raise a notification. /// /// The type of the value being set. /// A reference to the field to update.