Skip to content

Commit 8088a18

Browse files
Fix incorrect method name header in api docs (#849)
1 parent d727df5 commit 8088a18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/api/general-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ Notifications.events().registerRemoteNotificationsRegistrationFailed((event: Reg
6161
});
6262
```
6363

64-
## registerRemoteNotificationsDenied()
64+
## registerRemoteNotificationsRegistrationDenied()
6565
Fired when the user does not grant permission to receive push notifications. Typically occurs when pressing the "Don't Allow" button in iOS permissions overlay.
6666

6767
```js
6868
Notifications.events().registerRemoteNotificationRegistrationDenied(() => {
6969
console.log('Notification permissions not granted')
7070
})
71-
```
71+
```

0 commit comments

Comments
 (0)