Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing typo in docs #159

Merged
merged 1 commit into from
Jan 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/PAYLOAD.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- [Using AWS-SNS with GCM](#using-aws-sns-with-gcm)
- [Message Received in JavaScript](#message-received-in-javascript)
- [iOS Message Format](#ios-message-format)
- [Speical Format for Critical Alerts](#speical-format-for-critical-alerts)
- [Special Format for Critical Alerts](#special-format-for-critical-alerts)
- [Using AWS-SNS with APNS](#using-aws-sns-with-apns)
- [Message Received in JavaScript](#message-received-in-javascript-1)
- [Android Behaviour](#android-behaviour)
Expand Down Expand Up @@ -176,7 +176,7 @@ The JSON message can contain the following fields, see [Apple developer docs](ht
}
```

### Speical Format for Critical Alerts
### Special Format for Critical Alerts

Since iOS 12, it's possible to send critical alerts to the user's device. A critical alert will popup and play sound even when device is in DND mode or muted. This functionallity is mainly to be used by health apps to inform about critical states.

Expand Down