diff --git a/src/Avalonia.Controls/Notifications/INotification.cs b/src/Avalonia.Controls/Notifications/INotification.cs index ae0ae8f4ea..2c6cb90133 100644 --- a/src/Avalonia.Controls/Notifications/INotification.cs +++ b/src/Avalonia.Controls/Notifications/INotification.cs @@ -16,7 +16,7 @@ namespace Avalonia.Controls.Notifications string Title { get; } /// - /// Gets the Message of the notification. + /// Gets the notification message. /// string Message { get; }