Skip to content

Commit d02b08a

Browse files
authored
Update trigger-notifications-in-simulator.md
1 parent e5134b8 commit d02b08a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/iOS/trigger-notifications-in-simulator.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ The notification goes into a `notification.apns` file:
44

55
```json
66
{
7-
"aps": {
8-
"alert": {
9-
"title": "Push Notification",
10-
"subtitle": "Test Push Notifications",
11-
"body" : "Testing Push Notifications on iOS Simulator",
12-
}
7+
"aps": {
8+
"alert": {
9+
"title": "Push Notification",
10+
"subtitle": "Test Push Notifications",
11+
"body": "Testing Push Notifications on iOS Simulator"
1312
}
13+
}
1414
}
1515
```
1616

0 commit comments

Comments
 (0)