From a235fcb8aaab772d40e6083937a16dde3626ded6 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Tue, 1 Sep 2015 21:28:16 -0700 Subject: [PATCH] Update notification-manager.coffee Fix a broken link in the docs page for https://atom.io/docs/api/v1.0.10/NotificationManager. --- src/notification-manager.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ###