We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d5aaf commit ca8f45aCopy full SHA for ca8f45a
atom/browser/api/atom_api_notification.cc
@@ -169,10 +169,10 @@ void Notification::NotificationDisplayed() {
169
}
170
171
void Notification::NotificationDestroyed() {
172
- Emit("close");
173
174
175
void Notification::NotificationClosed() {
+ Emit("close");
176
177
178
// Showing notifications
docs/api/notification.md
@@ -74,7 +74,7 @@ Returns:
74
75
Emitted when the notification is closed by manual intervention from the user.
76
77
-This event is not guarunteed to be emitted in all cases where the notification
+This event is not guaranteed to be emitted in all cases where the notification
78
is closed.
79
80
#### Event: 'reply' _macOS_
0 commit comments