Skip to content

Commit

Permalink
Update docs/messaging/ios-permissions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy authored Dec 30, 2021
1 parent b0e2db0 commit 236e29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/messaging/ios-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Devices on iOS 12+ can provide a button in iOS Notifications Settings _(at OS le
await messaging().requestPermission({ providesAppNotificationSettings: true });
```

1. Handle interaction when app is in background state:
2. Handle interaction when app is in background state:

```typescript
// index.js
Expand Down

0 comments on commit 236e29e

Please sign in to comment.