Skip to content

Commit 73cea5f

Browse files
author
Boris Tacyniak
authored
Fix typo (#215)
1 parent e9d7e56 commit 73cea5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,10 @@ Allows you to add specific actions for notification with specific category.
354354

355355
---
356356

357-
### `remooveAllPendingNotificationRequests()`
357+
### `removeAllPendingNotificationRequests()`
358358

359359
```jsx
360-
PushNotificationIOS.remooveAllPendingNotificationRequests();
360+
PushNotificationIOS.removeAllPendingNotificationRequests();
361361
```
362362

363363
Removes all pending notification requests in the notification center.

0 commit comments

Comments
 (0)