diff --git a/src/notification-manager.coffee b/src/notification-manager.coffee index f4ebd97db..8f790e0c6 100644 --- a/src/notification-manager.coffee +++ b/src/notification-manager.coffee @@ -80,7 +80,7 @@ class NotificationManager # Public: Get all the notifications. # - # Returns an {Array} of {Notifications}s. + # Returns an {Array} of {Notification}s. getNotifications: -> @notifications.slice() ###