diff --git a/src/Avalonia.Controls/Notifications/Notification.cs b/src/Avalonia.Controls/Notifications/Notification.cs
index b488d3a487..0b442de816 100644
--- a/src/Avalonia.Controls/Notifications/Notification.cs
+++ b/src/Avalonia.Controls/Notifications/Notification.cs
@@ -15,7 +15,7 @@ namespace Avalonia.Controls.Notifications
public class Notification : INotification
{
///
- /// Instantiates an instance of
+ /// Initializes a new instance of the class.
///
/// The title of the notification.
/// The message to be displayed in the notification.