Update notification-manager.coffee

Fix a broken link in the docs page for https://atom.io/docs/api/v1.0.10/NotificationManager.
This commit is contained in:
Devon Carew 2015-09-01 21:28:16 -07:00
parent 77704e5d21
commit a235fcb8aa

View File

@ -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()
###