From f2c0d1f0c5c3d6c6124af6e7460753e234d8e10d Mon Sep 17 00:00:00 2001 From: Charlie Hess Date: Mon, 21 Aug 2017 13:56:10 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Little=20cleanup.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/notification.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/notification.md b/docs/api/notification.md index f75829119eb8..6dab356bbda5 100644 --- a/docs/api/notification.md +++ b/docs/api/notification.md @@ -104,13 +104,13 @@ HTML5 Notification implementation, simply instantiating a `new Notification` doe not immediately show it to the user, you need to call this method before the OS will display it. -### Playing Sounds _macOS_ +### Playing Sounds On macOS, you can specify the name of the sound you'd like to play when the notification is shown. Any of the default sounds (under System Preferences > Sound) can be used, in addition to custom sound files. Be sure that the sound -file is included with the app bundle (e.g., `YourApp.app/Contents/Resources`), -or copied into one of the following locations: +file is copied under the app bundle (e.g., `YourApp.app/Contents/Resources`), +or one of the following locations: * `~/Library/Sounds` * `/Library/Sounds`