diff --git a/docs/beams/reference/publish-payloads.md b/docs/beams/reference/publish-payloads.md index f75a6d1..676e6f5 100644 --- a/docs/beams/reference/publish-payloads.md +++ b/docs/beams/reference/publish-payloads.md @@ -42,9 +42,11 @@ The full set of options for the APNs section of the `notify` call is described i ```js publishToUsers(["SOME_USER"], { apns: { - alert: { - title: "You have a new message", - body: "Hi!", + aps: { + alert: { + title: "You have a new message", + body: "Hi!", + } }, data: { some: "metadata",