Merge pull request #13103 from dsandler/patch-1

fix: link to macOS notifications HIG
This commit is contained in:
Zeke Sikelianos 2018-05-29 15:14:19 -07:00 committed by GitHub
commit 326e379154
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ the notification away.
## macOS ## macOS
Notifications are straight-forward on macOS, but you should be aware of Notifications are straight-forward on macOS, but you should be aware of
[Apple's Human Interface guidelines regarding notifications](https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/OSXHIGuidelines/NotificationCenter.html). [Apple's Human Interface guidelines regarding notifications](https://developer.apple.com/macos/human-interface-guidelines/system-capabilities/notifications/).
Note that notifications are limited to 256 bytes in size and will be truncated Note that notifications are limited to 256 bytes in size and will be truncated
if you exceed that limit. if you exceed that limit.