diff --git a/README.md b/README.md index 4c46209df..66b1e6ab1 100644 --- a/README.md +++ b/README.md @@ -354,10 +354,10 @@ Allows you to add specific actions for notification with specific category. --- -### `remooveAllPendingNotificationRequests()` +### `removeAllPendingNotificationRequests()` ```jsx -PushNotificationIOS.remooveAllPendingNotificationRequests(); +PushNotificationIOS.removeAllPendingNotificationRequests(); ``` Removes all pending notification requests in the notification center.